We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0c88d commit 5fda7bdCopy full SHA for 5fda7bd
SQLite.CodeFirst.Console/FootballDbContext.cs
@@ -45,7 +45,7 @@ private static void ConfigurePlayerEntity(DbModelBuilder modelBuilder)
45
}
46
47
48
- public class FootballDbInitializer : SqliteDropCreateDatabaseAlwaysInitializerBase<FootballDbContext>
+ public class FootballDbInitializer : SqliteDropCreateDatabaseAlways<FootballDbContext>
49
{
50
public FootballDbInitializer(string connectionString, DbModelBuilder modelBuilder)
51
: base(connectionString, modelBuilder) { }
0 commit comments