7 lines
146 B
MySQL
7 lines
146 B
MySQL
|
-- Place your SQL code here
|
||
|
/*
|
||
|
INSERT INTO vn.silexACL
|
||
|
(id, module, `method`, `role`)
|
||
|
VALUES(141, 'almacennew', 'item_saveStems', 'employee');
|
||
|
*/
|