Some checks are pending
CI Pipeline / changes (push) Waiting to run
CI Pipeline / core (push) Blocked by required conditions
CI Pipeline / trading-backend (push) Blocked by required conditions
CI Pipeline / trading-data-service (push) Blocked by required conditions
CI Pipeline / trading-frontend (push) Blocked by required conditions
CI Pipeline / erp-core (push) Blocked by required conditions
CI Pipeline / erp-mecanicas (push) Blocked by required conditions
CI Pipeline / gamilit-backend (push) Blocked by required conditions
CI Pipeline / gamilit-frontend (push) Blocked by required conditions
Backend: - Fix email verification and password recovery services - Fix exercise submission and student progress services Frontend: - Update missions, password, and profile API services - Fix ExerciseContentRenderer component Docs & Scripts: - Add SSL/Certbot deployment guide - Add quick deployment guide - Database scripts for testing and validations - Migration and homologation reports - Functions inventory documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
740 B
Markdown
26 lines
740 B
Markdown
# Instrucciones para ejecutar el análisis de DDL
|
|
|
|
## Script creado
|
|
|
|
Se ha creado el script `/home/isem/workspace/projects/gamilit/orchestration/analisis-homologacion-database-2025-12-18/compare_ddl.py`
|
|
|
|
## Ejecución manual
|
|
|
|
Para ejecutar el análisis, ejecuta en terminal:
|
|
|
|
```bash
|
|
cd /home/isem/workspace/projects/gamilit/orchestration/analisis-homologacion-database-2025-12-18
|
|
python3 compare_ddl.py
|
|
```
|
|
|
|
El script generará el reporte en:
|
|
`/home/isem/workspace/projects/gamilit/orchestration/analisis-homologacion-database-2025-12-18/REPORTE-DDL-DIFERENCIAS.md`
|
|
|
|
## Alternativa
|
|
|
|
También puedes ejecutar:
|
|
|
|
```bash
|
|
bash /home/isem/workspace/projects/gamilit/orchestration/analisis-homologacion-database-2025-12-18/run_comparison.sh
|
|
```
|