lms-sync 1.0.3 → 1.0.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/recordError.log CHANGED
@@ -1460,3 +1460,4 @@
1460
1460
  [February 12, 2024] error: 77/77: Record subject already exists [PUBLIC AD 2], Philippine Administrative Thought
1461
1461
  [February 12, 2024] error: 78/78: Record subject already exists [GECC 5], Purposive Communication
1462
1462
  [February 12, 2024] error: 79/79: Record subject already exists [GECC 8], Ethics
1463
+ [February 12, 2024] error: 80/80: Record subject already exists [TRPO 3223], Principle of Transportation Engineering
package/login.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "email": "ictsc@mscmarinduque.edu.ph",
3
- "password": "MjU8qweXLaFpDnEyfRrbY9",
4
- "baseURL": "https://lms.api.msc.priisms.online/api"
5
- }
package/target.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "host": "188.166.212.92",
3
- "username": "migration",
4
- "database": "migration",
5
- "password": "Admin123",
6
- "dialect": "postgres",
7
- "schema": "lms_migrations",
8
- "logging": false
9
- }