-
-
Couldn't load subscription status.
- Fork 25
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
Running the installation script from README.md fails with an error.
ERROR: "version" is a required argument (SQLSTATE 22004)
At statement 7: create extension "supabase@dbdev"The issue comes from this line:
Line 66 in 69dcb85
| || '&package_alias=eq.supabase@dbdev' |
It differs from the installation script from this page https://database.dev/supabase/dbdev where
supabase@dbdev (incorrect) becomes supabase-dbdev (correct)
To Reproduce
- Run the installation script
Expected behavior
Installation script completes successfully.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working