aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Migrations/DatabaseContextModelSnapshot.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-31 22:49:57 +0800
committerGitHub <noreply@github.com>2020-08-31 22:49:57 +0800
commitedfefcf9bdbf5ba186a8f2c7d021acf04dbbb329 (patch)
treefdd69c951f68cda72ac1cbf017ca272ee1b783f5 /Timeline/Migrations/DatabaseContextModelSnapshot.cs
parent1886b3411c69d8eb4fffbbfe29eb3a917d04e2f4 (diff)
parentff90e2819a1c0b7d1b605b45edaaaee7527c05b1 (diff)
downloadtimeline-edfefcf9bdbf5ba186a8f2c7d021acf04dbbb329.tar.gz
timeline-edfefcf9bdbf5ba186a8f2c7d021acf04dbbb329.tar.bz2
timeline-edfefcf9bdbf5ba186a8f2c7d021acf04dbbb329.zip
Merge pull request #158 from crupest/dev
Develop new features of back end.
Diffstat (limited to 'Timeline/Migrations/DatabaseContextModelSnapshot.cs')
-rw-r--r--Timeline/Migrations/DatabaseContextModelSnapshot.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Timeline/Migrations/DatabaseContextModelSnapshot.cs b/Timeline/Migrations/DatabaseContextModelSnapshot.cs
index 3066dcc0..65ae6c9a 100644
--- a/Timeline/Migrations/DatabaseContextModelSnapshot.cs
+++ b/Timeline/Migrations/DatabaseContextModelSnapshot.cs
@@ -14,7 +14,7 @@ namespace Timeline.Migrations
{
#pragma warning disable 612, 618
modelBuilder
- .HasAnnotation("ProductVersion", "3.1.5");
+ .HasAnnotation("ProductVersion", "3.1.7");
modelBuilder.Entity("Timeline.Entities.DataEntity", b =>
{
@@ -97,6 +97,10 @@ namespace Timeline.Migrations
.HasColumnName("owner")
.HasColumnType("INTEGER");
+ b.Property<string>("Title")
+ .HasColumnName("title")
+ .HasColumnType("TEXT");
+
b.Property<string>("UniqueId")
.IsRequired()
.ValueGeneratedOnAdd()