I tried to push the local migrations to the supabase database through its cli with the command supabase db push
. The error it is showing me is:
Error: ERROR: must be owner of table users (SQLSTATE 42501)
I had set up the cli with supabase db remote set 'postgresql://postgres:<your_password>@db.<your_project_ref>.supabase.co:5432/postgres'
as per the ReadME in the GitHub repository.
Can I get some help on how to push my local changes?