Skip to content

Commit 75d9873

Browse files
authored
chore(db): drop redundant idx_webhook_on_workflow_id_block_id index (#4809)
Removed because (workflow_id, block_id) is a left-prefix of idx_webhook_on_workflow_id_block_id_updated_at_desc, which fully covers it. The dropped index was non-unique and enforced no constraint.
1 parent 15ca66f commit 75d9873

4 files changed

Lines changed: 17569 additions & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP INDEX "idx_webhook_on_workflow_id_block_id";

0 commit comments

Comments
 (0)