mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed #2317
This commit is contained in:
parent
b036e1c001
commit
919d245f63
7 changed files with 1012 additions and 7 deletions
|
@ -947,7 +947,7 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
modelBuilder.Entity("Ombi.Store.Entities.RequestSubscription", b =>
|
||||
{
|
||||
b.HasOne("Ombi.Store.Entities.OmbiUser", "user")
|
||||
b.HasOne("Ombi.Store.Entities.OmbiUser", "User")
|
||||
.WithMany()
|
||||
.HasForeignKey("UserId");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue