aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Migrations
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-10 02:03:06 +0800
committercrupest <crupest@outlook.com>2021-02-10 02:03:06 +0800
commit253b06dfaa091d986a8714c081fd1e01679f538a (patch)
tree9200a7f6607889fcfb13b7ba14cc30db54fe3499 /BackEnd/Timeline/Migrations
parentbc2d6676276ea85a974f57f96b038e35e6ce7460 (diff)
downloadtimeline-253b06dfaa091d986a8714c081fd1e01679f538a.tar.gz
timeline-253b06dfaa091d986a8714c081fd1e01679f538a.tar.bz2
timeline-253b06dfaa091d986a8714c081fd1e01679f538a.zip
...
Diffstat (limited to 'BackEnd/Timeline/Migrations')
-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 d5098ce0..b6cc29a3 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 = '{TimelinePostContentTypes.Text}';
+SET content_type = '{TimelinePostDataKind.Text}';
");
}