mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix: job perms and job logs grants (#3914)
* fix: job perms grants * fix: add job logs grants
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
@@ -0,0 +1,5 @@
|
||||
-- Add up migration script here
|
||||
GRANT ALL ON job_perms TO windmill_admin;
|
||||
GRANT ALL ON job_perms TO windmill_user;
|
||||
GRANT ALL ON job_logs TO windmill_admin;
|
||||
GRANT ALL ON job_logs TO windmill_user;
|
||||
Reference in New Issue
Block a user