Skip to content

Commit 5d766db

Browse files
committed
fix: drop functions
1 parent b1d3733 commit 5d766db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

migrations/tenant/0006-change-column-name-in-get-size.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
DROP FUNCTION IF EXISTS storage.get_size_by_bucket;
12
CREATE OR REPLACE FUNCTION storage.get_size_by_bucket()
23
RETURNS TABLE (
34
size BIGINT,

migrations/tenant/0027-search-v2.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
DROP FUNCTION IF EXISTS storage.search_v2 CASCADE;
21
CREATE OR REPLACE FUNCTION storage.search_v2 (
32
prefix text,
43
bucket_name text,

0 commit comments

Comments
 (0)