mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
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;
|