Catalog packages
This commit is contained in:
parent
d8bfdc293d
commit
b7dae240cd
10 changed files with 413 additions and 41 deletions
|
|
@ -206,9 +206,6 @@ namespace isndhost.Migrations
|
|||
|
||||
b.Property<int>("Action");
|
||||
|
||||
b.Property<string>("PackageVersionId")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<DateTime>("TimeStamp");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
|
@ -338,7 +335,7 @@ namespace isndhost.Migrations
|
|||
modelBuilder.Entity("isnd.Data.PackageVersion", b =>
|
||||
{
|
||||
b.HasOne("isnd.Data.Catalog.Commit", "LatestCommit")
|
||||
.WithMany()
|
||||
.WithMany("Versions")
|
||||
.HasForeignKey("CommitNId")
|
||||
.OnDelete(DeleteBehavior.Cascade);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue