feat: refs #8239 Added checkColumnPermission method #3317

Open
guillermo wants to merge 8 commits from 8239-checkColumnPermission into dev
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a2bb3626cc - Show all commits

View File

@ -0,0 +1,2 @@
REVOKE UPDATE (packingOut) ON vn.item FROM employee;
GRANT UPDATE (packingOut) ON vn.item TO buyerBoss;