aboutsummaryrefslogtreecommitdiff
path: root/revert/items_article_id.sql
diff options
context:
space:
mode:
Diffstat (limited to 'revert/items_article_id.sql')
-rw-r--r--revert/items_article_id.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/revert/items_article_id.sql b/revert/items_article_id.sql
new file mode 100644
index 0000000..9b00f48
--- /dev/null
+++ b/revert/items_article_id.sql
@@ -0,0 +1,8 @@
+-- Revert kakeibo:items_article_id from pg
+
+BEGIN;
+
+ALTER TABLE kakeibo.items
+ DROP COLUMN article_id;
+
+COMMIT;