going to live

This commit is contained in:
2017-05-16 20:58:52 +02:00
parent 285f83523b
commit 7b33a83298
21 changed files with 2495 additions and 183 deletions

View File

@ -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");