mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 22:24:25 +08: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