require a command type in estimation
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user