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({
|
await prisma.evaluationForm.create({
|
||||||
data: {
|
data: {
|
||||||
roundId: round.id,
|
roundId: round.id,
|
||||||
name: 'Round 1 Evaluation',
|
|
||||||
isActive: true,
|
isActive: true,
|
||||||
criteriaJson: [
|
criteriaJson: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user