diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-05 12:49:00 +0900 |
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-05 12:49:00 +0900 |
| commit | 4b552c58f5988d1af18ef34ccec5979081c3bc14 (patch) | |
| tree | fb9b4bbbb5924491d31c471e47ed0607e21901fa /revert | |
| parent | 332309099a60fa5feefa88c880f92ba308881173 (diff) | |
Add types table for manage type column of transactions.
Diffstat (limited to 'revert')
| -rw-r--r-- | revert/types.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/types.sql b/revert/types.sql new file mode 100644 index 0000000..ecb5329 --- /dev/null +++ b/revert/types.sql @@ -0,0 +1,7 @@ +-- Revert kakeibo:types from pg + +BEGIN; + +DROP TABLE kakeibo.types; + +COMMIT; |
