From 7da8e4758e637014c57581a19c3399278c2d146b Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 29 Mar 2023 00:44:54 +0900 Subject: Remove trnasaction_types from history. --- revert/kakeibo.transaction_types.sql | 7 ------- revert/kakeibo.transactions.sql | 2 +- revert/kakeibo.transactions@v1.0.0-alpha.2.sql | 8 -------- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 revert/kakeibo.transaction_types.sql delete mode 100644 revert/kakeibo.transactions@v1.0.0-alpha.2.sql (limited to 'revert') diff --git a/revert/kakeibo.transaction_types.sql b/revert/kakeibo.transaction_types.sql deleted file mode 100644 index 48df263..0000000 --- a/revert/kakeibo.transaction_types.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Revert kakeibo:transaction_types from pg - -BEGIN; - -DROP TABLE kakeibo.transaction_types; - -COMMIT; diff --git a/revert/kakeibo.transactions.sql b/revert/kakeibo.transactions.sql index c424cc1..d30390a 100644 --- a/revert/kakeibo.transactions.sql +++ b/revert/kakeibo.transactions.sql @@ -3,6 +3,6 @@ BEGIN; ALTER TABLE kakeibo.transactions - DROP CONSTRAINT transactions_type_code_fkey; + DROP COLUMN article_id; COMMIT; diff --git a/revert/kakeibo.transactions@v1.0.0-alpha.2.sql b/revert/kakeibo.transactions@v1.0.0-alpha.2.sql deleted file mode 100644 index d30390a..0000000 --- a/revert/kakeibo.transactions@v1.0.0-alpha.2.sql +++ /dev/null @@ -1,8 +0,0 @@ --- Revert kakeibo:transactions from pg - -BEGIN; - -ALTER TABLE kakeibo.transactions - DROP COLUMN article_id; - -COMMIT; -- cgit v1.2.3