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. |
||
|---|---|---|
| .. | ||
| gen | ||
| migrations | ||
| queries | ||
| store | ||
| db.go | ||
| migrate_review_dedup_test.go | ||
| migrate_test.go | ||
| migrate_unique_version_test.go | ||