Fix how we store Musician Groups #189
Annotations
3 errors and 1 warning
TRPCError::
node_modules/@prisma/client/runtime/library.js#L21
{
data: {
role: "MUSICIAN",
firstName: "Owen",
lastName: "Simpson",
stageName: "Owen",
isSongWriter: true,
isAscapAffiliated: true,
isBmiAffiliated: true,
musicianGroups: {
create: {
name: "Owen's Group",
groupMembers: {
createMany: {
data: [
{
email: "[email protected]",
firstName: "Damian",
lastName: "Uduevbo",
stageName: undefined,
isSongWriter: true,
isAscapAffiliated: true,
isBmiAffiliated: undefined,
role: "MUSICIAN"
}
]
}
}
}
}
},
where: {
userId: "owen-user-id"
}
}
Unknown argument `role`. Available options are marked with ?.
at new PrismaClientValidationError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:21:2707)
at In (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:4:6749)
at handleRequestError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:4:6902)
at handleAndLogRequestError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:4:6902)
at /home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:4:6902
|
PrismaClientValidationError::
node_modules/@prisma/client/runtime/library.js#L21
{
data: {
role: "MUSICIAN",
firstName: "Owen",
lastName: "Simpson",
stageName: "Owen",
isSongWriter: true,
isAscapAffiliated: true,
isBmiAffiliated: true,
musicianGroups: {
create: {
name: "Owen's Group",
groupMembers: {
createMany: {
data: [
{
email: "[email protected]",
firstName: "Damian",
lastName: "Uduevbo",
stageName: undefined,
isSongWriter: true,
isAscapAffiliated: true,
isBmiAffiliated: undefined,
role: "MUSICIAN"
}
]
}
}
}
}
},
where: {
userId: "owen-user-id"
}
}
Unknown argument `role`. Available options are marked with ?.
at new PrismaClientValidationError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:21:2707)
at In (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:4:6749)
at handleRequestError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:4:6902)
at handleAndLogRequestError (/home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:4:6902)
at /home/runner/work/good-dog-licensing/good-dog-licensing/node_modules/@prisma/client/runtime/library.js:4:6902
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|