Skip to content

Commit 8f06a0a

Browse files
committed
Missing then
1 parent 45aa246 commit 8f06a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/010-core.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ CREATE FUNCTION _cs_encrypted_check_q(val jsonb)
9999
RETURNS boolean
100100
AS $$
101101
BEGIN
102-
IF val ? 'q'
102+
IF val ? 'q' THEN
103103
RAISE 'Encrypted column includes query (q) field: %', val;
104104
END IF;
105105
RETURN true;

0 commit comments

Comments
 (0)