Add some more missing indices

This commit is contained in:
Dean Herbert
2017-10-17 19:59:22 +09:00
parent e4a066dc5f
commit 4e8019b313
5 changed files with 24 additions and 4 deletions

View File

@ -94,6 +94,8 @@ namespace osu.Game.Migrations
b.HasIndex("BeatmapSetInfoID");
b.HasIndex("Hash");
b.HasIndex("MD5Hash");
b.HasIndex("RulesetID");
@ -178,6 +180,8 @@ namespace osu.Game.Migrations
b.HasIndex("DeletePending");
b.HasIndex("Hash");
b.ToTable("BeatmapSetInfo");
});