|
Build and Push Docker Image / build (push) Has been cancelled
Details
- Add missing migration for FileRequirement table and ProjectFile.requirementId
column (existed in Prisma schema but had no migration, causing all queries
with `include: { files: true }` to fail with column not found)
- Make projectTags query resilient with try-catch in project.get
- Reset project status to SUBMITTED when round is deleted (prevents orphaned
ASSIGNED status after ON DELETE SET NULL nullifies roundId)
- Fix round creation/update to allow requiredReviews=0 for filtering rounds
- Parse Zod validation errors in round creation error display
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| migrations | ||
| check-data.ts | ||
| cleanup-all-dummy.ts | ||
| cleanup-dummy.ts | ||
| schema.prisma | ||
| seed-candidatures.ts | ||
| seed-expertise-tags.ts | ||
| seed-jury-assignments.sql | ||
| seed-jury-demo.sql | ||
| seed-jury-demo.ts | ||
| seed-notification-settings.mjs | ||
| seed-notification-settings.ts | ||
| seed.ts | ||
| set-admin-pw.sql | ||