fix: remove unnecessary constraint from planes_estudio table
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
create type "public"."estado_conversacion" as enum ('ACTIVA', 'ARCHIVANDO', 'ARCHIVADA', 'ERROR');
|
||||
|
||||
alter table "public"."planes_estudio" drop constraint "planes_estudio_conversation_id_key";
|
||||
|
||||
drop view if exists "public"."plantilla_plan";
|
||||
|
||||
drop index if exists "public"."planes_estudio_conversation_id_key";
|
||||
|
||||
Reference in New Issue
Block a user