1
0
Fork 0
mirror of synced 2024-07-29 10:05:55 +12:00

Updating error message.

This commit is contained in:
mike12345567 2022-12-05 11:48:27 +00:00
parent 0ca1c359a5
commit 3a31981778

View file

@ -78,7 +78,7 @@
}
if ($touched.through && invalidThroughTable(fromRelate)) {
errObj.through =
"Table contains non-nullable columns which aren't generated"
"Ensure all columns in table are nullable or auto generated"
}
if ($touched.foreign && !isMany && !fromRelate.fieldName) {
errObj.foreign = "Please pick the foreign key"