mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 19:27:26 +08:00
Elaborate on comment mentioning migrations
This commit is contained in:
parent
8f9b19a76e
commit
0789621b85
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user