feat: Implement external MySQL integration for LMS enrollments and grade synchronization, including external_id and tipo_nota support.

This commit is contained in:
2026-02-27 09:20:35 -03:00
parent e5373919c9
commit bbef932776
13 changed files with 485 additions and 5 deletions
@@ -0,0 +1,2 @@
-- Add external_id to enrollments to map idDetalleContrato from the external system
ALTER TABLE enrollments ADD COLUMN IF NOT EXISTS external_id INTEGER;