fix: grant select to delivery
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2024-10-11 08:33:09 +02:00
parent 714e34e450
commit 0641d30c43
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- Place your SQL code here
GRANT SELECT ON TABLE vn.delivery TO `deliveryBoss`;