-- verificar nombre del proceso y serial_prc INSERT INTO `rutademicae`.`process` (serial_prc,`prc_serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`) VALUES (513,'151', 'Estudiantes con fotos', 'laravel/public/studentPictures', '1.03', 'LOCKABLE'); insert into allowed_pages_by_process values(513,'sectioncontroller@getsectionsbyschoolyearoptionsall'); insert into allowed_pages_by_process values (513,'coursecontroller@getallbysectionoptionsall'); insert into allowed_pages_by_process values(513,'studentspicturescontrollersr@getindex'); insert into allowed_pages_by_process values (513,'studentspicturescontrollers@postReport')