aboutsummaryrefslogtreecommitdiff
path: root/revert/kakeibo.transaction_type.sql
diff options
context:
space:
mode:
Diffstat (limited to 'revert/kakeibo.transaction_type.sql')
-rw-r--r--revert/kakeibo.transaction_type.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/kakeibo.transaction_type.sql b/revert/kakeibo.transaction_type.sql
new file mode 100644
index 0000000..7601b35
--- /dev/null
+++ b/revert/kakeibo.transaction_type.sql
@@ -0,0 +1,7 @@
+-- Revert life-archive:kakeibo.transaction_type from pg
+
+BEGIN;
+
+DROP TYPE kakeibo.transaction_type;
+
+COMMIT;