|
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>
|
||
|---|---|---|
| .. | ||
| 20260130000000_init | ||
| 20260202000000_prototype1_improvements | ||
| 20260202100000_add_award_ai_toggle | ||
| 20260202120000_decouple_projects_from_rounds | ||
| 20260203000000_add_ai_usage_log | ||
| 20260203100000_add_invite_token_columns | ||
| 20260203200000_add_onboarding_system | ||
| 20260203210000_add_filtering_job | ||
| 20260203220000_add_in_app_notifications | ||
| 20260204000000_add_round_entry_notification | ||
| 20260204100000_add_round_sort_order | ||
| 20260204140000_add_user_bio | ||
| 20260204150000_add_assignment_constraints | ||
| 20260205000000_add_project_tag_and_assignment_job | ||
| 20260205100000_add_tagging_job | ||
| 20260205200000_add_user_country | ||
| 20260205210000_fix_assignment_job_updated_at | ||
| 20260205220000_add_suggestions_to_assignment_job | ||
| 20260205223133_add_15_features | ||
| 20260207000000_universal_apply_programid | ||
| 20260208000000_add_missing_fks_indexes | ||
| 20260210000000_fix_round_delete_cascades | ||
| 20260211000000_add_file_requirements | ||
| migration_lock.toml | ||