diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-04 20:21:24 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-04 20:21:24 +0900 |
commit | 69ac90518f003895b8ffb6618b84b91ff4256308 (patch) | |
tree | a81c9562b8390afe2f0e5cebf06d019ab44e86ec /revert/transaction_type@v1.0.0-dev1.sql | |
parent | 85aa0f7fa89cad0cd81af87336d7f9d31bb19422 (diff) |
Drop transaction_type.
Diffstat (limited to 'revert/transaction_type@v1.0.0-dev1.sql')
-rw-r--r-- | revert/transaction_type@v1.0.0-dev1.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/transaction_type@v1.0.0-dev1.sql b/revert/transaction_type@v1.0.0-dev1.sql new file mode 100644 index 0000000..00fd491 --- /dev/null +++ b/revert/transaction_type@v1.0.0-dev1.sql @@ -0,0 +1,7 @@ +-- Revert kakeibo:transaction_type from pg + +BEGIN; + +DROP TYPE kakeibo.transaction_type; + +COMMIT; |