Skip to content

Commit 3e3e82b

Browse files
committed
fix listings_in_view migration replay
1 parent e47fda4 commit 3e3e82b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

supabase/migrations/20260420124500_return_slug_from_listings_in_view.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
drop function if exists public.listings_in_view(
2+
double precision,
3+
double precision,
4+
double precision,
5+
double precision
6+
);
7+
18
create or replace function public.listings_in_view(
29
min_lat double precision,
310
min_long double precision,

0 commit comments

Comments
 (0)