forked from CSI-KJSCE/appointment_to_examiner
academicYear logic
This commit is contained in:
@@ -8,7 +8,8 @@ const AppointmentSchema = new mongoose.Schema({
|
||||
courseId: { type: String, required: true },
|
||||
courseName: { type: String, required: true },
|
||||
task: { type: String, required: true },
|
||||
examPeriod: { type: String, required: true }, // New field for exam period
|
||||
examPeriod: { type: String, required: true },
|
||||
academicYear: {type: String, required: true},
|
||||
});
|
||||
|
||||
module.exports = mongoose.model("Appointment", AppointmentSchema);
|
||||
|
||||
Reference in New Issue
Block a user