migrations !wip

This commit is contained in:
TidusJar 2018-08-28 09:32:40 +01:00
parent 82c353a727
commit 21cb5820dd
3 changed files with 1128 additions and 0 deletions

View file

@ -249,6 +249,8 @@ namespace Ombi.Store.Migrations
b.Property<int>("Id")
.ValueGeneratedOnAdd();
b.Property<DateTime>("AddedAt");
b.Property<int>("ArtistId");
b.Property<string>("ForeignAlbumId");
@ -489,6 +491,8 @@ namespace Ombi.Store.Migrations
b.Property<DateTime>("AddedAt");
b.Property<string>("AlbumId");
b.Property<int>("ContentId");
b.Property<int>("ContentType");