add: looping days in schedule_date
This commit is contained in:
@@ -12,6 +12,7 @@ const insertScheduleSchema = Joi.object({
|
||||
}),
|
||||
is_active: Joi.boolean().required(),
|
||||
shift_id: Joi.number(),
|
||||
next_day: Joi.number().required(),
|
||||
});
|
||||
|
||||
const updateScheduleSchema = Joi.object({
|
||||
|
||||
Reference in New Issue
Block a user