cs requires uname

This commit is contained in:
2017-03-17 22:42:50 +01:00
parent f88a0abb0b
commit b0732b1c04
6 changed files with 2071 additions and 8 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
@ -406,7 +408,8 @@ namespace Yavsc.Migrations
{
b.Property<string>("ConnectionId");
b.Property<string>("ApplicationUserId");
b.Property<string>("ApplicationUserId")
.IsRequired();
b.Property<bool>("Connected");
@ -921,8 +924,6 @@ namespace Yavsc.Migrations
b.Property<string>("Code")
.HasAnnotation("MaxLength", 512);
b.Property<string>("ActorDenomination");
b.Property<DateTime>("DateCreated");
b.Property<DateTime>("DateModified");