cloud-ide-model-schema 1.1.105 → 1.1.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -210,11 +210,10 @@ var admission_application_main = new mongoose_1.Schema({
|
|
|
210
210
|
enum: ["School", "MBBA/BBA", "Engineering", "Other"],
|
|
211
211
|
comment: "Category: School, MBBA/BBA, Engineering, etc."
|
|
212
212
|
},
|
|
213
|
-
|
|
214
|
-
type:
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
comment: "Grade level (e.g., Kindergarten, Grade 6, Grade 10)"
|
|
213
|
+
admap_grade_level_applying_for_id_acacpm: {
|
|
214
|
+
type: mongoose_1.default.Schema.Types.ObjectId,
|
|
215
|
+
ref: "aca_class_program_master",
|
|
216
|
+
comment: "Foreign key to aca_class_program_master - Grade level applying for"
|
|
218
217
|
},
|
|
219
218
|
admap_age_at_enrollment: {
|
|
220
219
|
type: Number,
|
package/package.json
CHANGED