aboutsummaryrefslogtreecommitdiff
path: root/revert/items@v1.0.0-alpha.1.sql
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-13 00:16:52 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-13 00:17:08 +0900
commit170788cd42cc54c81f2b3e49ee12626145afe687 (patch)
treecc0b3b41677b6cb37aef36cf076a441cfc3c1c2f /revert/items@v1.0.0-alpha.1.sql
parent05b6e730fa81a4ec02fbf361967896f0c9f3a2d4 (diff)
Add article_id column to items table.
Diffstat (limited to 'revert/items@v1.0.0-alpha.1.sql')
-rw-r--r--revert/items@v1.0.0-alpha.1.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/items@v1.0.0-alpha.1.sql b/revert/items@v1.0.0-alpha.1.sql
new file mode 100644
index 0000000..b36bf6b
--- /dev/null
+++ b/revert/items@v1.0.0-alpha.1.sql
@@ -0,0 +1,7 @@
+-- Revert kakeibo:items from pg
+
+BEGIN;
+
+DROP TABLE kakeibo.items;
+
+COMMIT;