Cambios en Daily Report (Nov-2022) -Subir tablas ReportStatus y actions. -Copiar Models de: report_status y actions. -copiar controller y vistas. Mod a tabla DailyReports arriba: ALTER TABLE `dailyreports` ADD `idemployee2` INT(11) NULL AFTER `mobil_owner`, ADD `employee2_name` VARCHAR(200) NULL AFTER `idemployee2`, ADD `idwitnes1` INT(11) NOT NULL AFTER `employee2_name`, ADD `idwitnes2` INT(11) NOT NULL AFTER `idwitnes1`, ADD `signature_r2` VARCHAR(3) NULL AFTER `idwitnes2`, ADD `signature_w1` INT(3) NULL AFTER `signature_r2`, ADD `signature_w2` INT(3) NULL AFTER `signature_w1`, ADD `super_ocurrences` TEXT NULL AFTER `signature_w2`, ADD `idreport_status` INT(11) NOT NULL DEFAULT '1' AFTER `super_ocurrences`, ADD `idreport_action` INT(11) NOT NULL DEFAULT '1' AFTER `idreport_status`;