fix: grant all to new job table (#4758)

This commit is contained in:
Lucas Abel
2024-11-20 09:44:34 +01:00
committed by GitHub
parent 799d581e70
commit ff7c94c5a7
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 job TO windmill_user;
GRANT ALL ON job TO windmill_admin;