fix #46: Al generar asignaturas la IA también genera su sistema de evaluación
Deploy Function / deploy (push) Successful in 25s
Deploy Migrations to Production / deploy (push) Successful in 10s

This commit was merged in pull request #47.
This commit is contained in:
2026-03-04 17:48:23 -06:00
parent 994fb3c7bc
commit d7e232eec7
8 changed files with 167 additions and 20 deletions
@@ -0,0 +1 @@
alter table "public"."asignaturas" add column "criterios_de_evaluacion" jsonb not null default '[]'::jsonb;