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 b32f0d1a64
commit 5d4ab69b7c
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 asset TO windmill_admin;
GRANT ALL ON asset TO windmill_user;