lms-sync 1.0.23 → 1.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/models/index.js +1 -1
  2. package/package.json +1 -1
package/models/index.js CHANGED
@@ -12,7 +12,7 @@ const config = JSON.parse(fs.readFileSync(path.join(process.cwd(), 'target.json'
12
12
 
13
13
  const schema = config.schema || "default_schema"
14
14
 
15
- let sequelize = new Sequelize(config.database, config.username, config.password, config.port, config)
15
+ let sequelize = new Sequelize(config.database, config.username, config.password, config)
16
16
 
17
17
  fs
18
18
  .readdirSync(__dirname)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {