diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-12 01:57:45 +0900 |
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-12 23:38:12 +0900 |
| commit | 55618dcd6a40c0b85612a20994114a18987ff43d (patch) | |
| tree | 60cd724f49d2b1536cd54ed28ca450b0347928f8 /revert | |
| parent | 754001bf63c6ad0b18329f601360d470870704b8 (diff) | |
Add table for tracking transactions.
Diffstat (limited to 'revert')
| -rw-r--r-- | revert/transactions.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/transactions.sql b/revert/transactions.sql new file mode 100644 index 0000000..835ff3d --- /dev/null +++ b/revert/transactions.sql @@ -0,0 +1,7 @@ +-- Revert kakeibo:transactions from pg + +BEGIN; + +DROP TABLE kakeibo.transactions; + +COMMIT; |
