1
0
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:
Dean Herbert
2021-01-12 13:51:37 +09:00
Unverified
parent 8f9b19a76e
commit 0789621b85
+2 -2
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)
{
}