repair: notification_log
This commit is contained in:
@@ -2,7 +2,7 @@ const Joi = require("joi");
|
||||
|
||||
const insertNotificationErrorLogSchema = Joi.object({
|
||||
notification_error_id: Joi.number().integer().required(),
|
||||
contact_id: Joi.number().integer().required(),
|
||||
contact_phone: Joi.string().optional(),
|
||||
notification_error_log_description: Joi.string().required()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user