mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
7f48704cfd
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
132 B
SQL
4 lines
132 B
SQL
-- Revoke grants for app_bundles table
|
|
REVOKE ALL ON app_bundles FROM windmill_user;
|
|
REVOKE ALL ON app_bundles FROM windmill_admin;
|