diff options
Diffstat (limited to 'revert')
-rw-r--r-- | revert/article_tags.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/revert/article_tags.sql b/revert/article_tags.sql new file mode 100644 index 0000000..57478d0 --- /dev/null +++ b/revert/article_tags.sql @@ -0,0 +1,9 @@ +-- Revert diary:article_tags from pg + +BEGIN; + +SET search_path to diary; + +DROP TABLE article_tags; + +COMMIT; |