lms-sync 1.0.15 → 1.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {