add grants to workspace_runnable_dependencies

This commit is contained in:
Ruben Fiszel
2025-04-09 09:38:48 +00:00
parent a74d68a5e6
commit e4d57f9549
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -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;