mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
23 lines
673 B
C#
23 lines
673 B
C#
// <auto-generated />
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|
using RomRepoMgr.Database;
|
|
|
|
namespace RomRepoMgr.Database.Migrations
|
|
{
|
|
[DbContext(typeof(Context))]
|
|
[Migration("20200821221812_InitialMigration")]
|
|
partial class InitialMigration
|
|
{
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
|
{
|
|
#pragma warning disable 612, 618
|
|
modelBuilder
|
|
.HasAnnotation("ProductVersion", "3.1.7");
|
|
#pragma warning restore 612, 618
|
|
}
|
|
}
|
|
}
|