mirror of https://github.com/abpframework/abp.git
25 changed files with 104 additions and 114 deletions
@ -1,24 +1,25 @@ |
|||
// <auto-generated />
|
|||
using System; |
|||
using Acme.BookStore.EntityFrameworkCore; |
|||
using System.Collections.Generic; |
|||
using Microsoft.EntityFrameworkCore; |
|||
using Microsoft.EntityFrameworkCore.Infrastructure; |
|||
using Microsoft.EntityFrameworkCore.Metadata; |
|||
using Microsoft.EntityFrameworkCore.Metadata.Internal; |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
using Microsoft.EntityFrameworkCore.Storage.ValueConversion; |
|||
using Acme.BookStore.EntityFrameworkCore; |
|||
|
|||
namespace Acme.BookStore.Migrations |
|||
{ |
|||
[DbContext(typeof(BookStoreDbContext))] |
|||
[Migration("20180701195241_Initial")] |
|||
[Migration("20180528221424_Initial")] |
|||
partial class Initial |
|||
{ |
|||
protected override void BuildTargetModel(ModelBuilder modelBuilder) |
|||
{ |
|||
#pragma warning disable 612, 618
|
|||
modelBuilder |
|||
.HasAnnotation("ProductVersion", "2.1.1-rtm-30846") |
|||
.HasAnnotation("Relational:MaxIdentifierLength", 128) |
|||
.HasAnnotation("ProductVersion", "2.1.0-preview2-30571") |
|||
.HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn); |
|||
|
|||
modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => |
|||
@ -1,4 +1,5 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
namespace Acme.BookStore.Migrations |
|||
Loading…
Reference in new issue