7525-devToTest #2542

Merged
alexm merged 231 commits from 7525-devToTest into test 2024-06-04 07:59:34 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1af24e8473 - Show all commits

View File

@ -1,4 +1,4 @@
REVOKE UPDATE ON vn. invoiceIn FROM administrative, hrBoss, buyer, logistic, grafana;
REVOKE UPDATE ON vn. invoiceIn FROM administrative, hrBoss, buyer, logistic;
GRANT UPDATE (id,
serialNumber,
serial,
@ -21,4 +21,4 @@ GRANT UPDATE (id,
withholdingSageFk,
expenseFkDeductible,
editorFk
) ON vn.invoiceIn TO administrative, hrBoss, buyer, logistic, grafana;
) ON vn.invoiceIn TO administrative, hrBoss, buyer, logistic;