INSERT INTO `process` (`serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`) VALUES ('656', 'Crud', '#', '1', 'LOCKABLE'); INSERT INTO `process` (`serial_prc`, `prc_serial_prc`, `name_prc`, `link_prc`, `status_prc`) VALUES ('657', '656', 'Año lectivo', 'laravel/public/crud', 'LOCKABLE'); insert into allowed_pages_by_process values('657','crudcontroller@getindex'); insert into allowed_pages_by_process values('657','schoolyearcontroller@getindex'); insert into allowed_pages_by_process values('657','schoolyearcontroller@getinfo'); insert into allowed_pages_by_process values('657','schoolyearcontroller@postsave');