Jump to content

I can't delete tables that were created by accident on the public schema of my db


Recommended Posts

Posted

I have been testing alembic lately with autogeneration of models and it created some tables in the public schema and now I can't delete them as it says `ERROR: must be owner of relation {table name}`. Am I doing something wrong?

Posted

If the database name and the database user are the same as before the remote access will work after recreating it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...