We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2160739 commit 69d2439Copy full SHA for 69d2439
1 file changed
BlazorDiffusion/Migrations/Migration1001.cs
@@ -555,7 +555,6 @@ public override void Down()
555
Db.DropTable<CreativeArtist>();
556
Db.DropTable<CreativeModifier>();
557
Db.DropTable<Creative>();
558
- Db.DropTable<AppUser>();
559
Db.DropTable<Modifier>();
560
Db.DropTable<Artist>();
561
}
0 commit comments