Skip to content

Commit 741de95

Browse files
authored
Fix typo in migration
1 parent 532039f commit 741de95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/migrations/20251120150626_fix-get_distinct_or_exclude_from_array.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DROP FUNCTION CREATE FUNCTION private.get_distinct_or_exclude_from_array;
1+
DROP FUNCTION private.get_distinct_or_exclude_from_array;
22
CREATE FUNCTION private.get_distinct_or_exclude_from_array(
33
input_array text[],
44
exclude_array text[] DEFAULT NULL

0 commit comments

Comments
 (0)