fix: grant select to delivery #3092

Closed
pablone wants to merge 1 commits from grantSelectToDelivery into master
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`;