ALTER TABLE `incidence_setup` ADD `app_ise` ENUM('NO','YES') NOT NULL DEFAULT 'NO' AFTER `by_subject_ise`; ALTER TABLE `incidence_category` CHANGE `type_incidence_ica` `type_incidence_ica` SET('ACADEMIC','DISCIPLINARY','ATTENDANCE') CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL; -- permisos de los metodos INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@getscheduleattendance'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@getemployeebyserialusrattendance'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@getscheduledataattendance'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@getincidencesubjectsemployee'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@studentloaddataattendance'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@poststudentsattendance'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@getstudentoptionalsubjectserialscd'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@getstudentincidencesloadattendance'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'incidencestudentcontroller@getindexattendance'); INSERT INTO `allowed_pages_by_process` (`serial_prc`,`url_dsc`) VALUES (459,'lectionarycontroller@postlectionary');