Skip to content

Deploy Migrations workflow failing: search functions created in wrong schema #68

@zacharias-ona

Description

@zacharias-ona

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions