This commit is contained in:
2026-04-24 12:28:21 +07:00
parent caf38e8750
commit cf8db62b84
8 changed files with 293 additions and 4 deletions
+2
View File
@@ -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: "" },