fix grant for input table

This commit is contained in:
Ruben Fiszel
2023-04-14 18:34:41 +02:00
parent 1476f559b7
commit 69ba08ce21
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
-- Add down migration script here

View File

@@ -0,0 +1,3 @@
-- Add up migration script here
GRANT ALL ON input TO windmill_user;
GRANT ALL ON input TO windmill_admin;