@kipicore/dbcore 1.1.503 → 1.1.504

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.
@@ -132,6 +132,7 @@ attendanceModelSchema.pre('save', async function (next) {
132
132
  userId: {
133
133
  [sequelize_1.Op.in]: attendance.users.map(user => user.userId),
134
134
  },
135
+ isTeachingBatch: app_1.BOOLEAN_STATUS.YES,
135
136
  },
136
137
  include: [
137
138
  { association: 'batch', where: batchWhere },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.503",
3
+ "version": "1.1.504",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",