Se agrega columna nombre a tabla de asignatura_mensajes_ia para pintar nombres en los chats
This commit is contained in:
@@ -0,0 +1 @@
|
||||
alter table "public"."conversaciones_asignatura" add column "nombre" text default ('Chat '::text || CURRENT_DATE);
|
||||
Reference in New Issue
Block a user