cli
cli copied to clipboard
Fails to start or reset when use functions of turned-off extensions.
Bug report
Describe the bug
If you use extensions which are turned off by default then you can't start or either do db reset .
To Reproduce
Use any function from a turned-off-by-default extension, Ex: FuzzyStrMatch and then try to do db reset or supabase start.
Error: Error resetting database: ERROR: function levenshtein(character varying, character varying) does not exist
Expected behavior
The used extension should get turned on automatically or by setting a config in config.toml
Screenshots
System information
- OS: Independant
- Browser (if applies) Independant
- Version of supabase-js: 0.18.2
- Version of Node.js: v6.9.2
Additional context
Let developer config and turn-on extensions by default in config.toml