Description not required changed
This commit is contained in:
parent
3d33569f09
commit
f81046a95a
@ -30,7 +30,7 @@ module.exports = (sequelize, DataTypes) => {
|
|||||||
allowNull: true,
|
allowNull: true,
|
||||||
validate: {
|
validate: {
|
||||||
len: {
|
len: {
|
||||||
args: [1, 1000],
|
args: [0, 1000],
|
||||||
msg: "HS Description is too long. Maximum allowed length is 1000 characters."
|
msg: "HS Description is too long. Maximum allowed length is 1000 characters."
|
||||||
}}
|
}}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user