Changed migration history table to specific schema. Added log for applied migrations
This commit is contained in:
@@ -32,6 +32,7 @@ public class DataContext : DbContext
|
||||
builder =>
|
||||
{
|
||||
builder.MigrationsAssembly(typeof(DbContext).Assembly);
|
||||
builder.MigrationsHistoryTable("__EFMigrationsHistory", "severs");
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user