Skip to content

Commit 8f2362b

Browse files
committed
A
1 parent 4233df3 commit 8f2362b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SS14.MapServer/Helpers/StartupMigrationHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public void Migrate<TContext>(IApplicationBuilder builder) where TContext : DbCo
3131
if(diffsExist)
3232
throw new InvalidOperationException("There are differences between the current database model and the most recent migration.");
3333

34-
ctx.Database.EnsureCreated();
3534
ctx.Database.Migrate();
3635
}
3736
}

0 commit comments

Comments
 (0)