18 Commits

Author SHA1 Message Date
Guillermo.Arrieta 1a9465edf2 columna de color añadida a estados_plan
Deploy Function / deploy (push) Successful in 40s
Deploy Migrations to Production / deploy (push) Successful in 14s
Update database types / deploy (push) Failing after 8s
2026-04-14 10:37:12 -06:00
info.ingenieria f6a9837b47 chore: update database seed & typescript types 2026-03-27 16:58:10 +00:00
info.ingenieria 3d1aafff22 chore: update database seed & typescript types 2026-03-26 22:12:51 +00:00
info.ingenieria 08a73213bb chore: update database seed & typescript types 2026-03-25 22:53:50 +00:00
info.ingenieria 77a5b3ad06 chore: update database seed & typescript types 2026-03-23 22:48:30 +00:00
info.ingenieria e9e7ebfb57 chore: update database seed & typescript types 2026-03-23 15:37:46 +00:00
info.ingenieria 28c4732f44 chore: update database seed & typescript types 2026-03-18 22:15:17 +00:00
supabot 873e1c2612 chore: update database seed & types 2026-03-18 22:06:14 +00:00
supabot 75d9841db2 chore: update database seed 2026-03-18 21:53:58 +00:00
supabot dbd3364bcf chore: update database seed 2026-03-18 21:46:26 +00:00
Guillermo.Arrieta fb7a011148 Se cambiaron las columnas de bibliografia_asignatura
Deploy Function / deploy (push) Successful in 25s
Update database types / update (push) Successful in 12s
Deploy Migrations to Production / deploy (push) Successful in 10s
Se quitó la columna tipo_fuente y se renombró 'biblioteca_item_id' porque ahora se utilizarán las columnas referencia_bibliografia y referencia_en_linea para determinar el tipo de fuente
2026-03-11 16:46:02 -06:00
Guillermo.Arrieta caa340ef22 hotfix: se actualizó la semilla de la BDD y se corrigieron las migraciones
Deploy Function / deploy (push) Successful in 26s
Deploy Migrations to Production / deploy (push) Successful in 13s
La migración de realtime no era correcta. Hacía drop de la columna criterios_de_evaluacion de la tabla asignaturas y le hacían falta las publicaciones a realtime de planes_estudio y asignaturas
2026-03-10 13:31:28 -06:00
Guillermo.Arrieta 994fb3c7bc hotfix: actualizada semilla de BDD y referencia a BDD
Deploy Function / deploy (push) Successful in 23s
Deploy Migrations to Production / deploy (push) Successful in 10s
2026-03-04 12:54:17 -06:00
alexrg 4615da4223 Implement new feature for user authentication and improve error handling 2026-02-12 10:37:41 -06:00
alexrg 484db49654 Refactor code structure for improved readability and maintainability 2026-02-12 10:35:52 -06:00
alexrg 801e23a89c Agregar semilla 2026-02-12 10:01:58 -06:00
Guillermo.Arrieta cd615d1f6e backup de base de datos 2026-01-22 13:52:12 -06:00
alexrg e321935286 feat: initialize database schema with essential tables, types, and functions for academic management system
- Created multiple tables including 'asignaturas', 'carreras', 'planes_estudio', and others to manage academic entities.
- Defined various ENUM types for categorizing academic roles, task statuses, and notification types.
- Implemented triggers and functions for automatic timestamp updates and validation of cycle numbers in subjects.
- Established foreign key relationships to maintain data integrity across tables.
- Added necessary extensions for enhanced functionality, including 'pgsodium', 'pg_graphql', and 'pg_stat_statements'.
2026-01-16 10:53:32 -06:00