feat: refs #8239 Added column grants

This commit is contained in:
Guillermo Bonet 2024-12-18 09:04:43 +01:00
parent 62b7e3b3e2
commit a2bb3626cc
1 changed files with 2 additions and 0 deletions
db/versions/11388-crimsonFern

View File

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