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 "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
15
+
CREATEINDEX "chat_archived_at_partial_idx" ON"chat" USING btree ("archived_at") WHERE"chat"."archived_at"IS NOT NULL;--> statement-breakpoint
16
+
CREATEINDEX "doc_archived_at_partial_idx" ON"document" USING btree ("archived_at") WHERE"document"."archived_at"IS NOT NULL;--> statement-breakpoint
17
+
CREATEINDEX "doc_deleted_at_partial_idx" ON"document" USING btree ("deleted_at") WHERE"document"."deleted_at"IS NOT NULL;--> statement-breakpoint
18
+
CREATEINDEX "form_archived_at_partial_idx" ON"form" USING btree ("archived_at") WHERE"form"."archived_at"IS NOT NULL;--> statement-breakpoint
19
+
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
20
+
CREATEINDEX "kc_archived_at_partial_idx" ON"knowledge_connector" USING btree ("archived_at") WHERE"knowledge_connector"."archived_at"IS NOT NULL;--> statement-breakpoint
21
+
CREATEINDEX "kc_deleted_at_partial_idx" ON"knowledge_connector" USING btree ("deleted_at") WHERE"knowledge_connector"."deleted_at"IS NOT NULL;--> statement-breakpoint
22
+
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
23
+
CREATEINDEX "memory_workspace_deleted_partial_idx" ON"memory" USING btree ("workspace_id","deleted_at") WHERE"memory"."deleted_at"IS NOT NULL;--> statement-breakpoint
24
+
CREATEINDEX "usage_log_workspace_created_at_idx" ON"usage_log" USING btree ("workspace_id","created_at");--> statement-breakpoint
25
+
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
26
+
CREATEINDEX "webhook_archived_at_partial_idx" ON"webhook" USING btree ("archived_at") WHERE"webhook"."archived_at"IS NOT NULL;--> statement-breakpoint
27
+
CREATEINDEX "workflow_workspace_archived_partial_idx" ON"workflow" USING btree ("workspace_id","archived_at") WHERE"workflow"."archived_at"IS NOT NULL;--> statement-breakpoint
28
+
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
29
+
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
30
+
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
31
+
CREATEINDEX "workflow_schedule_archived_at_partial_idx" ON"workflow_schedule" USING btree ("archived_at") WHERE"workflow_schedule"."archived_at"IS NOT NULL;--> statement-breakpoint
32
+
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
33
+
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