Fix: remove invalid 'name' field from EvaluationForm create
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -118,7 +118,6 @@ async function main() {
|
||||
await prisma.evaluationForm.create({
|
||||
data: {
|
||||
roundId: round.id,
|
||||
name: 'Round 1 Evaluation',
|
||||
isActive: true,
|
||||
criteriaJson: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user