cs requires uname
This commit is contained in:
parent
949a534533
commit
6eb8a547bd
6 changed files with 2071 additions and 8 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
|
||||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue