Skip to content

Commit ffbb2b0

Browse files
committed
fix: add drop function if exists cascade to search_v2
1 parent 79f5aae commit ffbb2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/tenant/0027-search-v2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
DROP FUNCTION IF EXISTS storage.search_v2 CASCADE;
22
CREATE OR REPLACE FUNCTION storage.search_v2 (
33
prefix text,
44
bucket_name text,

0 commit comments

Comments
 (0)