ALTER TABLE `list` CHANGE COLUMN `alias_lst` `alias_lst` ENUM('ENABLEDPREPAY', 'INSURANCE', 'FINALIZE', 'ACEPTPREAPROVED', 'TRAVEL', 'SHIFT', 'ENTERDECE', 'UPDATEDATA', 'SERVICES', 'HONORCODE', 'AUTHORIZATIONIMAGE', 'WITHDRAWALL', 'USEPOLICIES', 'TRAVEL_EXPORTED') NULL DEFAULT NULL ; INSERT INTO list (`name_lst`, `alias_lst`, `status_lst`) VALUES ('Estudiantes que son exportados a la aplicación de seguimiento por gps', 'TRAVEL_EXPORTED', 'ACTIVE'); INSERT INTO `process` (`serial_prc`, `prc_serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`, `id_exclusion`) VALUES ('699', '438', 'Formatos de transporte', 'laravel/public/travelFormat', '10', 'LOCKABLE', ''); ALTER TABLE `payment_concept` CHANGE COLUMN `name_pct` `name_pct` TEXT NOT NULL ; insert into allowed_pages_by_process values(699,'travelformatcontroller@getindex'); insert into allowed_pages_by_process values(699,'travelformatcontroller@getstudents'); insert into allowed_pages_by_process values(699,'travelformatcontroller@getemployees'); insert into allowed_pages_by_process values(699,'travelformatcontroller@postsavestudent'); insert into allowed_pages_by_process values(699,'travelformatcontroller@getformatstudens'); insert into allowed_pages_by_process values(699,'travelformatcontroller@getsectionsbyschoolyearoptionsall'); insert into allowed_pages_by_process values(699,'travelformatcontroller@getallbysectionoptionsall');