1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 10:07:36 +08:00

Elaborate on comment mentioning migrations

This commit is contained in:
Dean Herbert 2021-01-12 13:51:37 +09:00
parent 8f9b19a76e
commit 0789621b85

View File

@ -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)
{
}