add dependency_map grants

This commit is contained in:
Ruben Fiszel
2025-05-15 17:54:49 +02:00
parent 62b6540a78
commit 72501cbf2e
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 dependency_map TO windmill_user;
GRANT ALL ON dependency_map TO windmill_admin;