lms-sync 1.0.15 → 1.0.17

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.
@@ -252,13 +252,13 @@ module.exports = (sequelize, DataTypes,schema) => {
252
252
  primaryKey: false,
253
253
  defaultValue: 0,
254
254
  },
255
- gracePeriod: {
256
- type: DataTypes.TIME,
257
- unique: false,
258
- allow: false,
259
- autoIncrement: false,
260
- primaryKey: false
261
- },
255
+ // gracePeriod: {
256
+ // type: DataTypes.TIME,
257
+ // unique: false,
258
+ // allow: false,
259
+ // autoIncrement: false,
260
+ // primaryKey: false
261
+ // },
262
262
  status: {
263
263
  type: DataTypes.BOOLEAN,
264
264
  unique: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {