From a32412ed8826a036be7ebf76ecba8c9134301ecb Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Mar 2023 00:40:41 +0900 Subject: Add photo schema. --- verify/photo.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 verify/photo.sql (limited to 'verify') 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; -- cgit v1.2.3