basejump icon indicating copy to clipboard operation
basejump copied to clipboard

Cannot run db reset on remote database

Open thedevdavid opened this issue 1 year ago • 2 comments

Running supabase db reset --linked fails with this error:

ERROR: cannot drop schema basejump because extension basejump-basejump_core requires it (SQLSTATE 2BP01)
At statement 0: DROP SCHEMA IF EXISTS basejump CASCADE                                                  
Try rerunning the command with --debug to troubleshoot the error.

thedevdavid avatar Feb 23 '24 20:02 thedevdavid