We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4233df3 commit 8f2362bCopy full SHA for 8f2362b
1 file changed
SS14.MapServer/Helpers/StartupMigrationHelper.cs
@@ -31,7 +31,6 @@ public void Migrate<TContext>(IApplicationBuilder builder) where TContext : DbCo
31
if(diffsExist)
32
throw new InvalidOperationException("There are differences between the current database model and the most recent migration.");
33
34
- ctx.Database.EnsureCreated();
35
ctx.Database.Migrate();
36
}
37
0 commit comments