feat: refs #7266 Requested changes and improvements
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
c8662a5051
commit
bfc446ab79
|
@ -0,0 +1,7 @@
|
|||
UPDATE salix.ACL
|
||||
SET property='buyLabelSupplier'
|
||||
WHERE property = 'buyLabel'
|
||||
AND model = 'Entry';
|
||||
|
||||
INSERT IGNORE INTO salix.ACL (model,property,principalId)
|
||||
VALUES ('Entry','buyLabel','employee');
|
Loading…
Reference in New Issue