forked from UKSOURCE/cms.lams
fix
This commit is contained in:
@@ -34,7 +34,9 @@ const programmeSchema = new mongoose.Schema(
|
||||
title: { type: String, default: "" },
|
||||
description: { type: String, default: "" },
|
||||
duration: { type: String, default: "" },
|
||||
durationInMonths: { type: Number, default: 0 },
|
||||
cost: { type: String, default: "" },
|
||||
fieldOfStudy: { type: String, default: "" },
|
||||
selected: { type: Boolean, default: false },
|
||||
link: { type: String, default: "" },
|
||||
shortName: { type: String, default: "" },
|
||||
|
||||
Reference in New Issue
Block a user