Skip to content

Commit d59cddb

Browse files
committed
fix: remove old cs_ prefix
1 parent 0e24389 commit d59cddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/encrypted/functions.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ RETURNS jsonb AS $$
3838
SELECT COALESCE($1, $2);
3939
$$ LANGUAGE sql IMMUTABLE;
4040

41-
-- DROP AGGREGATE IF EXISTS eql_v1.cs_grouped_value(jsonb);
41+
-- DROP AGGREGATE IF EXISTS eql_v1.grouped_value(jsonb);
4242

43-
CREATE AGGREGATE eql_v1.cs_grouped_value(jsonb) (
43+
CREATE AGGREGATE eql_v1.grouped_value(jsonb) (
4444
SFUNC = eql_v1._first_grouped_value,
4545
STYPE = jsonb
4646
);

0 commit comments

Comments
 (0)