1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 16:27:26 +08:00
osu-lazer/osu.Game/Database
Dean Herbert 6818ebdaff Change the way migrations are checked for
This method allows switching between sqlite-net and EF builds without completely breaking. Note that DB migration still only happens in a forward direction, but this will allow switching back and forth without eventually being unable to start the game.
2017-10-22 15:27:16 +09:00
..
DatabaseBackedStore.cs Run cleanup tasks only on startup via manual calls 2017-10-17 19:58:33 +09:00
DatabaseContextFactory.cs Rely on storage.DeleteDatabase for guaranteed database deletion 2017-10-21 00:15:02 +09:00
OsuDbContext.cs Change the way migrations are checked for 2017-10-22 15:27:16 +09:00