Skip to content

Commit

Permalink
Merge pull request redwoodjs#372 from paulmars/master
Browse files Browse the repository at this point in the history
more explicit where the scheme should be
  • Loading branch information
thedavidprice authored Apr 1, 2020
2 parents 64d71db + 72f6ed3 commit da28472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const getSchema = async (name) => {
if (model) {
return model
} else {
throw `No schema definition found for \`${name}\``
throw `No schema definition found for \`${name}\` in schema.prisma file`
}
}

Expand Down

0 comments on commit da28472

Please sign in to comment.