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
CREATEINDEX "outbox_event_status_available_idx" ON"outbox_event" USING btree ("status","available_at");--> statement-breakpoint
31
+
CREATEINDEX "outbox_event_locked_at_idx" ON"outbox_event" USING btree ("locked_at");--> statement-breakpoint
32
+
CREATEINDEX "a2a_agent_workspace_archived_partial_idx" ON"a2a_agent" USING btree ("workspace_id","archived_at") WHERE"a2a_agent"."archived_at"IS NOT NULL;--> statement-breakpoint
33
+
CREATEINDEX "chat_archived_at_partial_idx" ON"chat" USING btree ("archived_at") WHERE"chat"."archived_at"IS NOT NULL;--> statement-breakpoint
34
+
CREATEINDEX "doc_archived_at_partial_idx" ON"document" USING btree ("archived_at") WHERE"document"."archived_at"IS NOT NULL;--> statement-breakpoint
35
+
CREATEINDEX "doc_deleted_at_partial_idx" ON"document" USING btree ("deleted_at") WHERE"document"."deleted_at"IS NOT NULL;--> statement-breakpoint
36
+
CREATEINDEX "form_archived_at_partial_idx" ON"form" USING btree ("archived_at") WHERE"form"."archived_at"IS NOT NULL;--> statement-breakpoint
37
+
CREATEINDEX "kb_workspace_deleted_partial_idx" ON"knowledge_base" USING btree ("workspace_id","deleted_at") WHERE"knowledge_base"."deleted_at"IS NOT NULL;--> statement-breakpoint
38
+
CREATEINDEX "kc_archived_at_partial_idx" ON"knowledge_connector" USING btree ("archived_at") WHERE"knowledge_connector"."archived_at"IS NOT NULL;--> statement-breakpoint
39
+
CREATEINDEX "kc_deleted_at_partial_idx" ON"knowledge_connector" USING btree ("deleted_at") WHERE"knowledge_connector"."deleted_at"IS NOT NULL;--> statement-breakpoint
40
+
CREATEINDEX "mcp_servers_workspace_deleted_partial_idx" ON"mcp_servers" USING btree ("workspace_id","deleted_at") WHERE"mcp_servers"."deleted_at"IS NOT NULL;--> statement-breakpoint
41
+
CREATEINDEX "memory_workspace_deleted_partial_idx" ON"memory" USING btree ("workspace_id","deleted_at") WHERE"memory"."deleted_at"IS NOT NULL;--> statement-breakpoint
42
+
CREATEINDEX "usage_log_workspace_created_at_idx" ON"usage_log" USING btree ("workspace_id","created_at");--> statement-breakpoint
43
+
CREATEINDEX "user_table_def_workspace_archived_partial_idx" ON"user_table_definitions" USING btree ("workspace_id","archived_at") WHERE"user_table_definitions"."archived_at"IS NOT NULL;--> statement-breakpoint
44
+
CREATEINDEX "webhook_archived_at_partial_idx" ON"webhook" USING btree ("archived_at") WHERE"webhook"."archived_at"IS NOT NULL;--> statement-breakpoint
45
+
CREATEINDEX "workflow_workspace_archived_partial_idx" ON"workflow" USING btree ("workspace_id","archived_at") WHERE"workflow"."archived_at"IS NOT NULL;--> statement-breakpoint
46
+
CREATEINDEX "workflow_folder_workspace_archived_partial_idx" ON"workflow_folder" USING btree ("workspace_id","archived_at") WHERE"workflow_folder"."archived_at"IS NOT NULL;--> statement-breakpoint
47
+
CREATEINDEX "workflow_mcp_server_workspace_deleted_partial_idx" ON"workflow_mcp_server" USING btree ("workspace_id","deleted_at") WHERE"workflow_mcp_server"."deleted_at"IS NOT NULL;--> statement-breakpoint
48
+
CREATEINDEX "workflow_mcp_tool_archived_at_partial_idx" ON"workflow_mcp_tool" USING btree ("archived_at") WHERE"workflow_mcp_tool"."archived_at"IS NOT NULL;--> statement-breakpoint
49
+
CREATEINDEX "workflow_schedule_archived_at_partial_idx" ON"workflow_schedule" USING btree ("archived_at") WHERE"workflow_schedule"."archived_at"IS NOT NULL;--> statement-breakpoint
50
+
CREATEINDEX "workspace_file_workspace_deleted_partial_idx" ON"workspace_file" USING btree ("workspace_id","deleted_at") WHERE"workspace_file"."deleted_at"IS NOT NULL;--> statement-breakpoint
51
+
CREATEINDEX "workspace_files_workspace_deleted_partial_idx" ON"workspace_files" USING btree ("workspace_id","deleted_at") WHERE"workspace_files"."deleted_at"IS NOT NULL;
0 commit comments