We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b70a0 commit 8068be8Copy full SHA for 8068be8
sql/021-config-functions.sql
@@ -232,9 +232,9 @@ CREATE FUNCTION cs_encrypt_v1()
232
RETURNS boolean
233
AS $$
234
BEGIN
235
- IF NOT cs_ready_for_encryption_v1() THEN
236
- RAISE EXCEPTION 'Some pending columns do not have an encrypted target';
237
- END IF;
+ -- IF NOT cs_ready_for_encryption_v1() THEN
+ -- RAISE EXCEPTION 'Some pending columns do not have an encrypted target';
+ -- END IF;
238
239
IF NOT EXISTS (SELECT FROM cs_configuration_v1 c WHERE c.state = 'pending') THEN
240
RAISE EXCEPTION 'No pending configuration exists to encrypt';
0 commit comments