Skip to content

Commit 31303d3

Browse files
committed
chore: remove pgsodium priv checks
1 parent 193941e commit 31303d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

migrations/tests/database/privs.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ SELECT database_privs_are(
22
'postgres', 'postgres', ARRAY['CONNECT', 'TEMPORARY', 'CREATE']
33
);
44

5-
SELECT function_privs_are('pgsodium', 'crypto_aead_det_decrypt', array['bytea', 'bytea', 'uuid', 'bytea'], 'service_role', array['EXECUTE']);
6-
SELECT function_privs_are('pgsodium', 'crypto_aead_det_encrypt', array['bytea', 'bytea', 'uuid', 'bytea'], 'service_role', array['EXECUTE']);
7-
SELECT function_privs_are('pgsodium', 'crypto_aead_det_keygen', array[]::text[], 'service_role', array['EXECUTE']);
8-
95
-- Verify public schema privileges
106
SELECT schema_privs_are('public', 'postgres', array['CREATE', 'USAGE']);
117
SELECT schema_privs_are('public', 'anon', array['USAGE']);

0 commit comments

Comments
 (0)