add grants to workspace_runnable_dependencies
This commit is contained in:
1
backend/migrations/20250409093642_add_grant.down.sql
Normal file
1
backend/migrations/20250409093642_add_grant.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
3
backend/migrations/20250409093642_add_grant.up.sql
Normal file
3
backend/migrations/20250409093642_add_grant.up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Add up migration script here
|
||||
GRANT ALL on workspace_runnable_dependencies TO windmill_user;
|
||||
GRANT ALL on workspace_runnable_dependencies TO windmill_admin;
|
||||
Reference in New Issue
Block a user