7 lines
284 B
MySQL
7 lines
284 B
MySQL
|
-- Cambios que me ha pedido Sergio que añada
|
||
|
INSERT INTO vn.silexACL
|
||
|
(id, module, `method`, `role`)
|
||
|
VALUES(139, 'delivery', 'get_expeditionsSummary', 'employee');
|
||
|
INSERT INTO vn.silexACL
|
||
|
(id, module, `method`, `role`)
|
||
|
VALUES(140, 'almacennew', 'cmrExpeditionPallet_add', 'employee');
|