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}",
|
$"Database={Options.Value.Database}",
|
||||||
builder =>
|
builder =>
|
||||||
{
|
{
|
||||||
builder.MigrationsAssembly(typeof(DbContext).Assembly);
|
builder.MigrationsAssembly(typeof(DataContext).Assembly);
|
||||||
builder.MigrationsHistoryTable("__EFMigrationsHistory", "severs");
|
builder.MigrationsHistoryTable("__EFMigrationsHistory", "servers");
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user