3837 - Import data from external service #937

Merged
carlosjr merged 7 commits from 3837-edi_import into dev 2022-04-11 14:14:07 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 39d18093eb - Show all commits

View File

@ -1,2 +1,2 @@
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId)
VALUES ('Edi', 'updateData', 'WRITE', 'ALLOW', 'ROLE', 'employee');

View File

@ -1 +1 @@
ALTER TABLE vn.claim ADD packages smallint(10) unsigned DEFAULT 0 NULL COMMENT 'packages received by the client';
ALTER TABLE `vn`.`claim` ADD packages smallint(10) unsigned DEFAULT 0 NULL COMMENT 'packages received by the client';