The Deploy Migrations workflow has failed on 5 consecutive pushes to main since PR #66 was merged.
The CREATE FUNCTION statements in the search migration lack a public. schema prefix. On Supabase hosted projects, the migration runner's search_path may not default to public, so the functions are created in the wrong schema while qualified cross-function calls point at public.extract_text_from_lexical — which doesn't exist there.
Fix: PR #67
The Deploy Migrations workflow has failed on 5 consecutive pushes to
mainsince PR #66 was merged.The
CREATE FUNCTIONstatements in the search migration lack apublic.schema prefix. On Supabase hosted projects, the migration runner'ssearch_pathmay not default topublic, so the functions are created in the wrong schema while qualified cross-function calls point atpublic.extract_text_from_lexical— which doesn't exist there.Fix: PR #67