joye-backend-utility 3.0.11 → 3.0.12
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.
|
@@ -118,6 +118,10 @@ const UserSchema = new mongoose_1.Schema({
|
|
|
118
118
|
type: String,
|
|
119
119
|
required: false,
|
|
120
120
|
},
|
|
121
|
+
jId: {
|
|
122
|
+
type: String,
|
|
123
|
+
required: false,
|
|
124
|
+
},
|
|
121
125
|
});
|
|
122
126
|
const userModel = (0, mongoose_1.model)('User', UserSchema);
|
|
123
127
|
userModel.syncIndexes();
|