@ccci/micro-server 1.0.72 → 1.0.73
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/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -113638,7 +113638,6 @@ class DatabaseConnector {
|
|
|
113638
113638
|
return DatabaseConnector.connection.models[modelName];
|
|
113639
113639
|
}
|
|
113640
113640
|
static async sync(modelName, force = false) {
|
|
113641
|
-
console.log("DatabaseConnector.connection.models :>> ", DatabaseConnector.connection.models);
|
|
113642
113641
|
console.log("syncing model :>> ", modelName);
|
|
113643
113642
|
try {
|
|
113644
113643
|
await DatabaseConnector.connection.models[modelName].sync({ force });
|