✗ Error en la migración:

SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

Stack trace:
#0 /home/sanjose/public_html/sica.sanjose.edu.pe/database/migrations/ejecutar_migracion_completa.php(15): PDO->__construct('mysql:host=loca...', 'root', '')
#1 {main}

Para hacer rollback:

DROP TABLE IF EXISTS programacion_estudiantes;
CREATE TABLE programacion_estudiantes AS SELECT * FROM programacion_estudiantes_backup_20251108;