Skip to content

fix: shorten workflow step index name to fit 63 char limit#1705

Open
jonmorehouse wants to merge 1 commit into
mainfrom
jm/fix-index
Open

fix: shorten workflow step index name to fit 63 char limit#1705
jonmorehouse wants to merge 1 commit into
mainfrom
jm/fix-index

Conversation

@jonmorehouse

@jonmorehouse jonmorehouse commented Jun 20, 2026

Copy link
Copy Markdown
Contributor
  • Adds a new composite index on install_workflow_steps(step_target_id, step_target_type, deleted_at)
  • Uses a shortened suffix stp_tgt_id_type_deleted_at so the full generated name idx_install_workflow_steps_stp_tgt_id_type_deleted_at (53 chars) stays within PostgreSQL's 63-character identifier limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant