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.
This commit is contained in:
Dushyant Singh Hada 2026-06-30 11:23:54 +05:30 committed by GitHub
parent 2c4bf55e95
commit de9e90df45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 0 deletions