diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-02-26 15:31:20 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-01 02:28:55 +0900 |
commit | acf7f9ecff4ddad620b85b07b4b4e6952946b385 (patch) | |
tree | 4acfdb576ce86c06fc2424835f18e2a1c1b54778 /revert/appschema.sql | |
parent | b87b77ed16add946e7bd4f8321af3d91f77f3329 (diff) |
Add kakeibo schema.
Diffstat (limited to 'revert/appschema.sql')
-rw-r--r-- | revert/appschema.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/appschema.sql b/revert/appschema.sql new file mode 100644 index 0000000..dd45ae6 --- /dev/null +++ b/revert/appschema.sql @@ -0,0 +1,7 @@ +-- Revert kakeibo:appschema from pg + +BEGIN; + +DROP SCHEMA kakeibo; + +COMMIT; |