Revert database migration

This commit is contained in:
David Zhao
2019-02-25 14:40:44 +09:00
parent 8da671fa6c
commit 4475643726
5 changed files with 11 additions and 518 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Migrations
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "2.2.1-servicing-10028");
.HasAnnotation("ProductVersion", "2.2.0-rtm-35687");
modelBuilder.Entity("osu.Game.Beatmaps.BeatmapDifficulty", b =>
{
@ -338,9 +338,6 @@ namespace osu.Game.Migrations
b.Property<int>("TotalScore");
b.Property<long>("UserID")
.HasColumnName("UserID");
b.Property<string>("UserString")
.HasColumnName("User");