Skip to content

Commit 8b3c0b4

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

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
@@ -106,7 +106,7 @@ AS $$
106106
END;
107107
$$ LANGUAGE plpgsql;
108108

109-
-- Should include an ident field
109+
-- Should include a version field
110110
DROP FUNCTION IF EXISTS _cs_encrypted_check_v(jsonb);
111111
CREATE FUNCTION _cs_encrypted_check_v(val jsonb)
112112
RETURNS boolean

0 commit comments

Comments
 (0)