Add database migration for standardizing paths

This commit is contained in:
HoLLy
2018-10-07 21:07:30 +02:00
parent db443babb6
commit 97f8619301
3 changed files with 423 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Migrations
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "2.1.2-rtm-30932");
.HasAnnotation("ProductVersion", "2.1.3-rtm-32065");
modelBuilder.Entity("osu.Game.Beatmaps.BeatmapDifficulty", b =>
{