You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,6 +32,5 @@ ALTER TABLE "junior_agent_bindings" ADD CONSTRAINT "junior_agent_bindings_child_
35
32
ALTERTABLE"junior_agent_invocations" ADD CONSTRAINT"junior_agent_invocations_parent_conversation_id_junior_conversations_conversation_id_fk"FOREIGN KEY ("parent_conversation_id") REFERENCES"public"."junior_conversations"("conversation_id") ON DELETE no action ONUPDATE no action;--> statement-breakpoint
36
33
ALTERTABLE"junior_agent_invocations" ADD CONSTRAINT"junior_agent_invocations_child_conversation_id_junior_conversations_conversation_id_fk"FOREIGN KEY ("child_conversation_id") REFERENCES"public"."junior_conversations"("conversation_id") ON DELETE no action ONUPDATE no action;--> statement-breakpoint
37
34
CREATEUNIQUE INDEX "junior_agent_bindings_child_idx" ON"junior_agent_bindings" USING btree ("child_conversation_id");--> statement-breakpoint
38
-
CREATEUNIQUE INDEX "junior_agent_invocations_idempotency_idx" ON"junior_agent_invocations" USING btree ("parent_conversation_id","idempotency_key");--> statement-breakpoint
39
35
CREATEINDEX "junior_agent_invocations_child_idx" ON"junior_agent_invocations" USING btree ("child_conversation_id");--> statement-breakpoint
40
36
CREATEINDEX "junior_agent_invocations_mailbox_idx" ON"junior_agent_invocations" USING btree ("mailbox_status","created_at");
0 commit comments