Closed mosnicholas closed 1 year ago
Hi @mosnicholas, the default CLI version installed by this action does not have the latest features. Could you try specifying the latest
version instead?
- uses: supabase/setup-cli@v1
with:
version: latest
Describe the bug
Getting an error trying to run migrations the recommended way through Github actions. I recently enabled the vector extension, and seeing the migration fail.
To Reproduce
create extension if not exists "vector" with schema "public" version '0.4.0';
).Expected behavior
It should work, instead the GitHub action fails with the error message posted above
System information