5 Replies
https://github.com/windmill-labs/windmill/blob/bb8af8fa988767e85a370a01ac41f75304cdcb20/backend/migrations/20240415144144_tighten_delete_permissions.up.sql#L4
This is the migration in question.
GitHub
windmill/backend/migrations/20240415144144_tighten_delete_permissio...
Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool. - windmill-labs/windmill
How can I get around this one?
Stack Overflow
Postgresql: error "must be owner of relation" when changing a owner...
What is the grant option/trick I need to give to the current user ("userA") to allow him to change a object's owner which belongs by another user ("userC")?
More precisely, the
you have to check who is the current owner of those tables and make sure the user you use for the servers is the owner
thank you. that worked.