Update migrations in line with hash change

This commit is contained in:
Dean Herbert
2018-11-30 17:42:40 +09:00
parent 66e43e6ed9
commit 00c5ea28c7
3 changed files with 13 additions and 6 deletions

View File

@ -317,9 +317,9 @@ namespace osu.Game.Migrations
b.Property<bool>("DeletePending");
b.Property<double>("Health");
b.Property<string>("Hash");
b.Property<string>("MD5Hash");
b.Property<double>("Health");
b.Property<int>("MaxCombo");