Fixes filling bugs from Api

This commit is contained in:
Paul Schneider 2019-08-26 15:06:57 +01:00
commit d6575729e3
7 changed files with 3111 additions and 39 deletions

View file

@ -1032,6 +1032,8 @@ namespace Yavsc.Migrations
b.Property<int>("Rate");
b.HasKey("Id");
b.HasAlternateKey("InstrumentId", "OwnerId");
});
modelBuilder.Entity("Yavsc.Models.Musical.MusicalPreference", b =>