Fixes filling bugs from Api
This commit is contained in:
parent
7d2d0eaf65
commit
d6575729e3
7 changed files with 3111 additions and 39 deletions
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue