mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 08:01:35 +00:00
Handing a privilege to a role means granting it, and a privilege held without the grant option cannot be passed on — Postgres answers such a statement with a warning and no effect, so the roles silently receive nothing. Databases provisioned before those options were part of the instance grants still hold them plain. The repair now runs on the two paths that need it, saving permissions and applying an ACL change, rather than only on opting in to migrations: a data table can use roles without ever touching a migration.