mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Use a different database name for now to avoid conflicts when switching versions
This commit is contained in:
parent
3e415e3269
commit
12639c6819
@ -14,6 +14,6 @@ namespace osu.Game.Database
|
||||
this.host = host;
|
||||
}
|
||||
|
||||
public OsuDbContext GetContext() => new OsuDbContext(host.Storage.GetDatabaseConnectionString(@"client"));
|
||||
public OsuDbContext GetContext() => new OsuDbContext(host.Storage.GetDatabaseConnectionString(@"client-ef"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user