6 lines
150 B
MySQL
6 lines
150 B
MySQL
|
-- Place your SQL code here
|
||
|
USE vn;
|
||
|
INSERT INTO vn.silexACL
|
||
|
(module, `method`, `role`)
|
||
|
VALUES('almacennew', 'ticket_printLabelPrevious', 'employee');
|