require a command type in estimation

This commit is contained in:
2017-03-03 01:17:00 +01:00
parent bed9281b0d
commit dee63db5c1
6 changed files with 2024 additions and 9 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
@ -337,7 +339,8 @@ namespace Yavsc.Migrations
b.Property<long?>("CommandId");
b.Property<string>("CommandType");
b.Property<string>("CommandType")
.IsRequired();
b.Property<string>("Description");