Fix award eligibility FK constraint + add country column to round projects
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m13s
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m13s
- specialAward.setEligibility: add ensureUserExists() guard and use Prisma connect syntax to prevent FK violation on stale session user IDs - specialAward.confirmShortlist: same ensureUserExists() guard for confirmedBy - Round projects table: add Country column showing project origin Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -690,6 +690,7 @@ export async function getProjectRoundStates(
|
||||
title: true,
|
||||
teamName: true,
|
||||
competitionCategory: true,
|
||||
country: true,
|
||||
status: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user