fix grant for input table
This commit is contained in:
1
backend/migrations/20230414163230_input_grant.down.sql
Normal file
1
backend/migrations/20230414163230_input_grant.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- Add down migration script here
|
||||
3
backend/migrations/20230414163230_input_grant.up.sql
Normal file
3
backend/migrations/20230414163230_input_grant.up.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Add up migration script here
|
||||
GRANT ALL ON input TO windmill_user;
|
||||
GRANT ALL ON input TO windmill_admin;
|
||||
Reference in New Issue
Block a user