agent-orchestrator/backend/internal/storage/sqlite
Dushyant Singh Hada de9e90df45
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.
2026-06-30 11:23:54 +05:30
..
gen fix: deep-link PR attention actions (#2200) 2026-06-29 21:16:35 +05:30
migrations fix: resolve duplicate migration version 20 collision (#2294) 2026-06-30 11:23:54 +05:30
queries fix: deep-link PR attention actions (#2200) 2026-06-29 21:16:35 +05:30
store fix: deep-link PR attention actions (#2200) 2026-06-29 21:16:35 +05:30
db.go refactor: simplify session lifecycle and zellij runtime (#62) 2026-06-01 08:42:49 +05:30
migrate_review_dedup_test.go fix(review): serialize concurrent triggers per worker to stop reviewer double-spawn (#246) 2026-06-17 00:43:10 +05:30
migrate_test.go feat(agents): agent platform — registry, activity hooks, harness allowlist (#119) 2026-06-07 00:52:40 +05:30
migrate_unique_version_test.go test(storage): guard against duplicate goose migration version prefixes (#336) 2026-06-20 12:49:59 +05:30