tracked posts

This commit is contained in:
Paul Schneider 2017-01-17 14:56:53 +01:00
commit 51f2d709f3
15 changed files with 1504 additions and 34 deletions

View file

@ -397,18 +397,20 @@ namespace Yavsc.Migrations
b.Property<string>("Content");
b.Property<DateTime>("Modified");
b.Property<DateTime>("DateCreated");
b.Property<DateTime>("DateModified");
b.Property<string>("Photo");
b.Property<DateTime>("Posted")
.ValueGeneratedOnAdd()
.HasAnnotation("Relational:GeneratedValueSql", "LOCALTIMESTAMP");
b.Property<int>("Rate");
b.Property<string>("Title");
b.Property<string>("UserCreated");
b.Property<string>("UserModified");
b.Property<bool>("Visible");
b.HasKey("Id");