adds bug a description
This commit is contained in:
parent
6c29fb4705
commit
3ca7870456
12 changed files with 2524 additions and 2 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
|
||||
|
|
@ -776,6 +778,8 @@ namespace Yavsc.Migrations
|
|||
b.Property<long>("Id")
|
||||
.ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<string>("Description");
|
||||
|
||||
b.Property<long>("FeatureId");
|
||||
|
||||
b.Property<int>("Status");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue