Skip to content

Commit de9e90d

Browse files
fix: resolve duplicate migration version 20 collision (#2294)
Two PRs (#2193, #2200) merged ~2h apart each added a migration file numbered 0020, since each branch only saw one such file at CI time and neither was rebased against the other before merge. Renumbers 0020_pr_reviews.sql to 0021_pr_reviews.sql. TestMigrationVersionsAreUnique already existed and is correct; it didn't catch this because it only runs against each PR's branch state, not the merged result of both PRs together.
1 parent 2c4bf55 commit de9e90d

1 file changed

File tree

backend/internal/storage/sqlite/migrations/0020_pr_reviews.sql renamed to backend/internal/storage/sqlite/migrations/0021_pr_reviews.sql

File renamed without changes.

0 commit comments

Comments
 (0)