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