aboutsummaryrefslogtreecommitdiff
path: root/verify
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-28 00:40:41 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-28 00:40:41 +0900
commita32412ed8826a036be7ebf76ecba8c9134301ecb (patch)
treea580d7158411f197bcf39fe6ef03d783e47beccc /verify
parentae2d6e3dca949d493e6c07567dc5114042414e02 (diff)
Add photo schema.
Diffstat (limited to 'verify')
-rw-r--r--verify/photo.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/verify/photo.sql b/verify/photo.sql
new file mode 100644
index 0000000..1dc6f03
--- /dev/null
+++ b/verify/photo.sql
@@ -0,0 +1,7 @@
+-- Verify life-archive:photo on pg
+
+BEGIN;
+
+SELECT pg_catalog.has_schema_privilege('photo', 'usage');
+
+ROLLBACK;