fix: add grants to asset table (#6176)

This commit is contained in:
HugoCasa
2025-07-14 13:08:28 +02:00
committed by GitHub
parent b50f810d64
commit 03a024d42e
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 asset TO windmill_admin;
GRANT ALL ON asset TO windmill_user;