Add database.

This commit is contained in:
2020-08-21 23:21:01 +01:00
parent d40c4290e0
commit e7373d8bb1
8 changed files with 149 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
// <auto-generated />
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
namespace RomRepoMgr.Database.Migrations
{
[DbContext(typeof(Context))]
internal class ContextModelSnapshot : ModelSnapshot
{
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder.HasAnnotation("ProductVersion", "3.1.7");
#pragma warning restore 612, 618
}
}
}