salix/db/versions/.archive/10243-wheatErica/00-firstScript.sql

7 lines
284 B
MySQL
Raw Normal View History

-- 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');