acl fix
gitea/salix/2003-adress_validate_uee_members This commit looks good
Details
gitea/salix/2003-adress_validate_uee_members This commit looks good
Details
This commit is contained in:
parent
499bd082fc
commit
c174d0a29e
|
@ -1 +1 @@
|
||||||
REPLACE INTO INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES ('CustomsAgent', '*', '*', 'ALLOW', 'ROLE', 'employee');
|
REPLACE INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES ('CustomsAgent', '*', '*', 'ALLOW', 'ROLE', 'employee');
|
||||||
|
|
|
@ -1963,11 +1963,11 @@ INSERT INTO `vn`.`travelThermograph`(`thermographFk`, `created`, `warehouseFk`,
|
||||||
('138350-0', DATE_ADD(CURDATE(), INTERVAL -1 MONTH), 1, 1, 'WARM', NULL, 5),
|
('138350-0', DATE_ADD(CURDATE(), INTERVAL -1 MONTH), 1, 1, 'WARM', NULL, 5),
|
||||||
('138350-0', CURDATE(), 1, NULL, 'COOL', NULL, NULL);
|
('138350-0', CURDATE(), 1, NULL, 'COOL', NULL, NULL);
|
||||||
|
|
||||||
INSERT INTO `vn`.`incoterms` (`code`, `name`)
|
REPLACE INTO `vn`.`incoterms` (`code`, `name`)
|
||||||
VALUES
|
VALUES
|
||||||
('FAS', 'Free Alongside Ship');
|
('FAS', 'Free Alongside Ship');
|
||||||
|
|
||||||
INSERT INTO `vn`.`customsAgent` (`id`, `fiscalName`, `street`, `nif`, `phone`, `email`)
|
REPLACE INTO `vn`.`customsAgent` (`id`, `fiscalName`, `street`, `nif`, `phone`, `email`)
|
||||||
VALUES
|
VALUES
|
||||||
(1, 'Agent one', '1007 Mountain Drive, Gotham', 'N1111111111', '111111111', 'agentone@gotham.com'),
|
(1, 'Agent one', '1007 Mountain Drive, Gotham', 'N1111111111', '111111111', 'agentone@gotham.com'),
|
||||||
(2, 'Agent two', '1007 Mountain Drive, Gotham', 'N2222222222', '222222222', 'agenttwo@gotham.com');
|
(2, 'Agent two', '1007 Mountain Drive, Gotham', 'N2222222222', '222222222', 'agenttwo@gotham.com');
|
Loading…
Reference in New Issue