From 95c62ed24ad8c6fc8d40ea706f7bf6994d8b36e0 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Thu, 20 Apr 2023 18:05:21 +0800 Subject: [PATCH] fixed sql ddl migration from postgres --- scripts/migration/postgres/0005_topic_follow.down.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/migration/postgres/0005_topic_follow.down.sql b/scripts/migration/postgres/0005_topic_follow.down.sql index d826f2fb..fe5b9746 100644 --- a/scripts/migration/postgres/0005_topic_follow.down.sql +++ b/scripts/migration/postgres/0005_topic_follow.down.sql @@ -1 +1 @@ -DROP TABLE IF EXISTS `p_topic_user`; \ No newline at end of file +DROP TABLE IF EXISTS p_topic_user; \ No newline at end of file