mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Small DB-related refactoring
This commit is contained in:
@ -20,11 +20,8 @@ namespace osu.Game.Database
|
||||
this.connectionString = connectionString;
|
||||
}
|
||||
|
||||
public DbSet<BeatmapMetadata> BeatmapMetadata { get; set; }
|
||||
public DbSet<BeatmapDifficulty> BeatmapDifficulty { get; set; }
|
||||
public DbSet<BeatmapInfo> BeatmapInfo { get; set; }
|
||||
public DbSet<BeatmapSetInfo> BeatmapSetInfo { get; set; }
|
||||
public DbSet<BeatmapSetFileInfo> BeatmapSetFileInfo { get; set; }
|
||||
public DbSet<DatabasedKeyBinding> DatabasedKeyBinding { get; set; }
|
||||
public DbSet<FileInfo> FileInfo { get; set; }
|
||||
public DbSet<RulesetInfo> RulesetInfo { get; set; }
|
||||
|
Reference in New Issue
Block a user