mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Move comment to more correct place
This commit is contained in:
parent
a0be526266
commit
2e81cae201
@ -179,8 +179,8 @@ namespace osu.Game.Database
|
||||
applyFilenameSchemaSuffix(ref Filename);
|
||||
#endif
|
||||
|
||||
// `prepareFirstRealmAccess()` triggers the first `getRealmInstance` call, which will implicitly run realm migrations and bring the schema up-to-date.
|
||||
using (var realm = prepareFirstRealmAccess())
|
||||
// This method triggers the first `getRealmInstance` call, which will implicitly run realm migrations and bring the schema up-to-date.
|
||||
cleanupPendingDeletions(realm);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user