Skip to content

Commit e8ca23a

Browse files
tobyhedeCDThomas
andauthored
Update sql/010-core.sql
Co-authored-by: Drew Thomas <drew@cipherstash.com>
1 parent 1f30e52 commit e8ca23a

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
@@ -93,7 +93,7 @@ AS $$
9393
END;
9494
$$ LANGUAGE plpgsql;
9595

96-
-- Should include an ident field
96+
-- Ident field should include table and column
9797
DROP FUNCTION IF EXISTS _cs_encrypted_check_i_ct(jsonb);
9898
CREATE FUNCTION _cs_encrypted_check_i_ct(val jsonb)
9999
RETURNS boolean

0 commit comments

Comments
 (0)