Create a first migration
This commit is contained in:
@@ -9,12 +9,12 @@ namespace InventoryTraker.Web.Migrations
|
||||
{
|
||||
AutomaticMigrationsEnabled = true;
|
||||
// TODO false
|
||||
AutomaticMigrationDataLossAllowed = true;
|
||||
AutomaticMigrationDataLossAllowed = false;
|
||||
}
|
||||
|
||||
protected override void Seed(AppDbContext context)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user