Files
windmill/backend/migrations/20260325000000_app_bundles_grants.up.sql
2026-03-25 15:50:45 +00:00

4 lines
123 B
SQL

-- Add grants for app_bundles table
GRANT ALL ON app_bundles TO windmill_user;
GRANT ALL ON app_bundles TO windmill_admin;