Skip to content

Commit d0b64ad

Browse files
committed
fix: remove old unused requires
1 parent b1f12a5 commit d0b64ad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/blake3/functions.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
-- REQUIRE: src/schema.sql
2-
-- REQUIRE: src/mac/types.sql
3-
42

53
-- extracts ste_vec index from a jsonb value
64
DROP FUNCTION IF EXISTS eql_v1.blake3(val jsonb);

src/operators/~~.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- REQUIRE: src/operators/drop.sql
1+
-- REQUIRE: src/schema.sql
22
-- REQUIRE: src/encrypted/types.sql
33
-- REQUIRE: src/match/types.sql
44
-- REQUIRE: src/match/functions.sql

0 commit comments

Comments
 (0)