Se agrega columna nombre a tabla de asignatura_mensajes_ia para pintar nombres en los chats
Deploy Function / deploy (push) Successful in 26s
Deploy Migrations to Production / deploy (push) Successful in 11s
Update database types / update (push) Successful in 13s

This commit is contained in:
2026-03-11 15:49:22 -06:00
parent d110c4644d
commit 18acc2b010
@@ -0,0 +1 @@
alter table "public"."conversaciones_asignatura" add column "nombre" text default ('Chat '::text || CURRENT_DATE);