lms-sync 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/app.js +2 -2
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -20,8 +20,8 @@ async function start(){
20
20
  }
21
21
  if(apis && startSequel){
22
22
  console.log('Both connections successful. Starting migrations...');
23
- // await mappings.Server()
24
- await mappings.Enrolled()
23
+ await mappings.Server()
24
+ // await mappings.Enrolled()
25
25
  }
26
26
  else {
27
27
  console.error('Failed to establish database and api connections. Migrations not started.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {