add grants to v2 tables
This commit is contained in:
1
backend/migrations/20250205131516_v2_grant.down.sql
Normal file
1
backend/migrations/20250205131516_v2_grant.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
6
backend/migrations/20250205131516_v2_grant.up.sql
Normal file
6
backend/migrations/20250205131516_v2_grant.up.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Add up migration script here
|
||||
GRANT ALL ON v2_as_queue TO windmill_admin;
|
||||
GRANT ALL ON v2_as_queue TO windmill_user;
|
||||
|
||||
GRANT ALL ON v2_as_completed_job TO windmill_admin;
|
||||
GRANT ALL ON v2_as_completed_job TO windmill_user;
|
||||
Reference in New Issue
Block a user