going to live
This commit is contained in:
parent
893d5a5ecf
commit
000a984659
21 changed files with 2495 additions and 183 deletions
|
|
@ -1,6 +1,8 @@
|
|||
using System;
|
||||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Data.Entity.Infrastructure;
|
||||
using Microsoft.Data.Entity.Metadata;
|
||||
using Microsoft.Data.Entity.Migrations;
|
||||
using Yavsc.Models;
|
||||
|
||||
namespace Yavsc.Migrations
|
||||
|
|
@ -539,6 +541,8 @@ namespace Yavsc.Migrations
|
|||
b.Property<string>("ClientId")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<bool>("Consent");
|
||||
|
||||
b.Property<DateTime>("DateCreated");
|
||||
|
||||
b.Property<DateTime>("DateModified");
|
||||
|
|
@ -582,6 +586,8 @@ namespace Yavsc.Migrations
|
|||
b.Property<string>("ClientId")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<bool>("Consent");
|
||||
|
||||
b.Property<DateTime>("DateCreated");
|
||||
|
||||
b.Property<DateTime>("DateModified");
|
||||
|
|
@ -1097,6 +1103,8 @@ namespace Yavsc.Migrations
|
|||
b.Property<string>("ClientId")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<bool>("Consent");
|
||||
|
||||
b.Property<DateTime>("DateCreated");
|
||||
|
||||
b.Property<DateTime>("DateModified");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue