From 2fb413587fc1d34045a8724b0aac60e8e8051560 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 16 Mar 2024 03:02:02 +0900 Subject: Add table for tagging articles. --- revert/article_taggings.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 revert/article_taggings.sql (limited to 'revert') diff --git a/revert/article_taggings.sql b/revert/article_taggings.sql new file mode 100644 index 0000000..6f0d57c --- /dev/null +++ b/revert/article_taggings.sql @@ -0,0 +1,9 @@ +-- Revert diary:article_taggings from pg + +BEGIN; + +SET search_path to diary; + +DROP TABLE article_taggings; + +COMMIT; -- cgit v1.2.3