bookwiz.io / supabase / migrations / 064_remove_debug_functions.sql
064_remove_debug_functions.sql
Raw
-- Remove temporary debugging functions from the database

DROP FUNCTION IF EXISTS public.test_vector_operations();

DROP FUNCTION IF EXISTS public.debug_similarity(search_book_id UUID, query_embedding vector);