Se agrega columna nombre de chat
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
alter table "public"."conversaciones_plan" add column "nombre" text default ('Chat '::text || CURRENT_DATE);
|
||||
|
||||
alter table "public"."conversaciones_plan" alter column "conversacion_json" set default '[]'::jsonb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user