aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Migrations/20200312112552_AddImagePost.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-10 14:31:31 +0800
committercrupest <crupest@outlook.com>2021-02-10 14:31:31 +0800
commit98df0fb9fe94b703325f09bf765904a11e8a7d4c (patch)
tree544f7af5bdac4726404cc466e61947471949ffaa /BackEnd/Timeline/Migrations/20200312112552_AddImagePost.cs
parent4ea535d93753826ec900879560d876cec4d58c38 (diff)
downloadtimeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.tar.gz
timeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.tar.bz2
timeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.zip
...
Diffstat (limited to 'BackEnd/Timeline/Migrations/20200312112552_AddImagePost.cs')
-rw-r--r--BackEnd/Timeline/Migrations/20200312112552_AddImagePost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Migrations/20200312112552_AddImagePost.cs b/BackEnd/Timeline/Migrations/20200312112552_AddImagePost.cs
index b6cc29a3..7d9c6614 100644
--- a/BackEnd/Timeline/Migrations/20200312112552_AddImagePost.cs
+++ b/BackEnd/Timeline/Migrations/20200312112552_AddImagePost.cs
@@ -20,7 +20,7 @@ namespace Timeline.Migrations
migrationBuilder.Sql($@"
UPDATE timeline_posts
-SET content_type = '{TimelinePostDataKind.Text}';
+SET content_type = 'text';
");
}