fix: 404
This commit is contained in:
parent
920ac8b32e
commit
02789dc47c
3 changed files with 21 additions and 1 deletions
|
@ -8,7 +8,7 @@ CREATE OR REPLACE FUNCTION public.search_optimized_index(search_query text, page
|
|||
genre_name text,
|
||||
genre_url text,
|
||||
type text,
|
||||
total_plays text, -- Changed to text
|
||||
total_plays text,
|
||||
rank real,
|
||||
total_count bigint
|
||||
)
|
||||
|
|
Reference in a new issue