jugar Posted December 1, 2020 Posted December 1, 2020 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? Quote
Krydos Posted December 1, 2020 Posted December 1, 2020 Try dropping and recreating the database. Quote
jugar Posted December 1, 2020 Author Posted December 1, 2020 would I have to request again the external access for the db? Quote
Krydos Posted December 1, 2020 Posted December 1, 2020 If the database name and the database user are the same as before the remote access will work after recreating it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.