mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Elaborate on comment mentioning migrations
This commit is contained in:
@ -34,11 +34,11 @@ namespace osu.Game.Database
|
||||
|
||||
using (CreateContext())
|
||||
{
|
||||
// ensure our schema is up-to-date and migrated.
|
||||
// creating a context will ensure our schema is up-to-date and migrated.
|
||||
}
|
||||
}
|
||||
|
||||
private void onMigration(Migration migration, ulong oldschemaversion)
|
||||
private void onMigration(Migration migration, ulong lastSchemaVersion)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user