cloud-ide-model-schema 1.1.154 → 1.1.156
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.
|
@@ -164,7 +164,9 @@ var core_system_entity = new mongoose_1.Schema({
|
|
|
164
164
|
comment: "General affiliation number - Note: Board-specific affiliations are managed in core_school_board_affiliation detail table"
|
|
165
165
|
},
|
|
166
166
|
syen_photo_id_cyfm: {
|
|
167
|
-
|
|
167
|
+
type: mongoose_1.default.Schema.Types.ObjectId,
|
|
168
|
+
ref: "core_file_manager",
|
|
169
|
+
comment: "Photo file manager id"
|
|
168
170
|
},
|
|
169
171
|
syen_isactive: {
|
|
170
172
|
type: Boolean,
|
package/package.json
CHANGED