aboutsummaryrefslogtreecommitdiff
path: root/verify/photo.sql
diff options
context:
space:
mode:
Diffstat (limited to 'verify/photo.sql')
-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;