Skip to content

Commit 69d2439

Browse files
committed
Remove DropTable AppUser
1 parent 2160739 commit 69d2439

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

BlazorDiffusion/Migrations/Migration1001.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ public override void Down()
555555
Db.DropTable<CreativeArtist>();
556556
Db.DropTable<CreativeModifier>();
557557
Db.DropTable<Creative>();
558-
Db.DropTable<AppUser>();
559558
Db.DropTable<Modifier>();
560559
Db.DropTable<Artist>();
561560
}

0 commit comments

Comments
 (0)