Remove all entity framework code and migrations

This commit is contained in:
Dean Herbert
2022-09-15 16:31:00 +09:00
parent 77646fd3ce
commit 40a60f7145
65 changed files with 3 additions and 13738 deletions

View File

@ -192,7 +192,7 @@ namespace osu.Game.Beatmaps
try
{
using (var db = new SqliteConnection(DatabaseContextFactory.CreateDatabaseConnectionString("online.db", storage)))
using (var db = new SqliteConnection(string.Concat("Data Source=", storage.GetFullPath($@"{"online.db"}", true))))
{
db.Open();