You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,10 +53,10 @@ In a more advanced scenario, you may want to populate some core- or test-data af
54
53
To do this, inherit from `SqliteDropCreateDatabaseAlways<>` or `SqliteCreateDatabaseIfNotExists<>` and override the `Seed(MyDbContext context)` function.
55
54
This function will be called in a transaction once the database was created. This function is only executed if a new database was successfully created.
0 commit comments