Renamed migration table. Added nullability to template variable migration
This commit is contained in:
@@ -32,7 +32,7 @@ public class DataContext : DbContext
|
||||
builder =>
|
||||
{
|
||||
builder.MigrationsAssembly(typeof(DataContext).Assembly);
|
||||
builder.MigrationsHistoryTable("__EFMigrationsHistory", "servers");
|
||||
builder.MigrationsHistoryTable("MigrationsHistory", "servers");
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user