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 /verify | |
| parent | b87b77ed16add946e7bd4f8321af3d91f77f3329 (diff) | |
Add kakeibo schema.
Diffstat (limited to 'verify')
| -rw-r--r-- | verify/appschema.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/verify/appschema.sql b/verify/appschema.sql new file mode 100644 index 0000000..3fdad1a --- /dev/null +++ b/verify/appschema.sql @@ -0,0 +1,7 @@ +-- Verify kakeibo:appschema on pg + +BEGIN; + +SELECT pg_catalog.has_schema_privilege('kakeibo', 'usage'); + +ROLLBACK; |
