Fixed typo and wrong type reference in DataContext
This commit is contained in:
@@ -31,8 +31,8 @@ public class DataContext : DbContext
|
||||
$"Database={Options.Value.Database}",
|
||||
builder =>
|
||||
{
|
||||
builder.MigrationsAssembly(typeof(DbContext).Assembly);
|
||||
builder.MigrationsHistoryTable("__EFMigrationsHistory", "severs");
|
||||
builder.MigrationsAssembly(typeof(DataContext).Assembly);
|
||||
builder.MigrationsHistoryTable("__EFMigrationsHistory", "servers");
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user