Compare commits

...

1 Commits

Author SHA1 Message Date
Pablo Natek 0641d30c43 fix: grant select to delivery
gitea/salix/pipeline/pr-master There was a failure building this commit Details
2024-10-11 08:33:09 +02:00
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`;