This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Aberwyn.Models;
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.Reflection.Emit;
|
||||
|
||||
namespace Aberwyn.Data
|
||||
{
|
||||
@@ -34,6 +35,8 @@ namespace Aberwyn.Data
|
||||
DisplayOrder = 1
|
||||
}
|
||||
);
|
||||
builder.Entity<TorrentItem>()
|
||||
.OwnsOne(t => t.Metadata);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user