Commit graph

2 commits

Author SHA1 Message Date
Akshay Sasidharan
237ec82574 chore: remove comments from migration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 15:09:11 +05:30
Akshay Sasidharan
756db0fa3b fix: add migration to drop unique constraint on workflow_bundles.app_version_id
The original migration created a unique constraint on app_version_id,
but with Python bundle support each app version can have multiple bundles
(one per language). Revert the inline edit to the original migration and
add a proper migration that discovers and drops the single-column unique
constraint and redundant index before the composite unique index on
(app_version_id, language) is created.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 15:02:52 +05:30