We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ec229 commit e697e50Copy full SHA for e697e50
4 files changed
packages/db/migrations/0098_thick_prima.sql
@@ -0,0 +1,3 @@
1
+DROP INDEX "workflow_edges_source_block_idx";--> statement-breakpoint
2
+DROP INDEX "workflow_edges_target_block_idx";--> statement-breakpoint
3
+CREATE INDEX "workflow_execution_logs_state_snapshot_id_idx" ON "workflow_execution_logs" USING btree ("state_snapshot_id");
0 commit comments