Update migrations

This commit is contained in:
iiSaLMaN
2019-07-08 10:44:23 +03:00
parent 129899f419
commit 574d9a51b3
3 changed files with 7 additions and 7 deletions

View File

@ -45,6 +45,8 @@ namespace osu.Game.Migrations
b.Property<int>("AudioLeadIn");
b.Property<double>("BPM");
b.Property<int>("BaseDifficultyID");
b.Property<int>("BeatDivisor");
@ -168,8 +170,6 @@ namespace osu.Game.Migrations
b.Property<int>("ID")
.ValueGeneratedOnAdd();
b.Property<double>("BPM");
b.Property<DateTimeOffset>("DateAdded");
b.Property<bool>("DeletePending");