1233cdd22caecd395e0394fda0c97ab6d910a96a
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m45s
The pipeline migration (20260213) added stageId columns while keeping the original roundId columns as nullable. The rename migration tried to RENAME stageId TO roundId but failed because roundId already existed. Fix: DROP the old roundId column first, then rename stageId → roundId. Also restore FK constraints on ConflictOfInterest and TaggingJob. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
99.4%
JavaScript
0.2%
CSS
0.2%
Shell
0.2%