aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-04 21:33:42 +0800
committercrupest <crupest@outlook.com>2021-02-04 21:33:42 +0800
commitf0d9537d664d039b6a2a9024e08de1fef0fc2df6 (patch)
tree82ef75bb18e9ea629f088d4b019c5cfd55b1af1f /BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs
parenta46460a3cc71497bc7d360ab3d7068059bc7a0cc (diff)
downloadtimeline-f0d9537d664d039b6a2a9024e08de1fef0fc2df6.tar.gz
timeline-f0d9537d664d039b6a2a9024e08de1fef0fc2df6.tar.bz2
timeline-f0d9537d664d039b6a2a9024e08de1fef0fc2df6.zip
database: Upgrade database.
Diffstat (limited to 'BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs')
-rw-r--r--BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs b/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs
index 6b547a55..2e2b0d36 100644
--- a/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs
+++ b/BackEnd/Timeline/Migrations/DatabaseContextModelSnapshot.cs
@@ -129,6 +129,10 @@ namespace Timeline.Migrations
.HasColumnType("INTEGER")
.HasColumnName("id");
+ b.Property<string>("Color")
+ .HasColumnType("TEXT")
+ .HasColumnName("color");
+
b.Property<DateTime>("CreateTime")
.HasColumnType("TEXT")
.HasColumnName("create_time");
@@ -214,6 +218,10 @@ namespace Timeline.Migrations
.HasColumnType("INTEGER")
.HasColumnName("author");
+ b.Property<string>("Color")
+ .HasColumnType("TEXT")
+ .HasColumnName("color");
+
b.Property<string>("Content")
.HasColumnType("TEXT")
.HasColumnName("content");