ALTER TABLE `subject_period_exam` ADD COLUMN `options_spx` SET('AVERAGE_SUBPERIODS_GRADE', 'MANUAL_GRADE') NULL DEFAULT 'MANUAL_GRADE' AFTER `serial_ype`; INSERT INTO `process` (`serial_prc`, `prc_serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`) VALUES ('800', '39', 'Configuración de examen', 'laravel/public/periodExamManage', '4', 'LOCKABLE'); insert into allowed_pages_by_process values(800,'periodexammanagecontroller@getindex'); insert into allowed_pages_by_process values(800,'periodexammanagecontroller@postsubjects'); insert into allowed_pages_by_process values(800,'periodexammanagecontroller@postsave'); insert into allowed_pages_by_process values(800,'levelcontroller@getsectionlevels');