Add migration

This commit is contained in:
iiSaLMaN
2019-07-07 20:25:59 +03:00
parent 729f0901f7
commit d874574612
3 changed files with 541 additions and 0 deletions

View File

@ -61,6 +61,8 @@ namespace osu.Game.Migrations
b.Property<bool>("Hidden");
b.Property<double>("Length");
b.Property<bool>("LetterboxInBreaks");
b.Property<string>("MD5Hash");
@ -166,6 +168,8 @@ namespace osu.Game.Migrations
b.Property<int>("ID")
.ValueGeneratedOnAdd();
b.Property<double>("BPM");
b.Property<DateTimeOffset>("DateAdded");
b.Property<bool>("DeletePending");