exodus-framework 2.0.961 → 2.0.962
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/lib/services/database.js +1 -1
- package/package.json +1 -1
package/lib/services/database.js
CHANGED
@@ -154,7 +154,7 @@ class DatabaseService extends _app.Service {
|
|
154
154
|
const connection = await this.getConnection(tenantId);
|
155
155
|
const loadedEntity = entity.initialize(connection);
|
156
156
|
await loadedEntity.sync({
|
157
|
-
|
157
|
+
force: false
|
158
158
|
});
|
159
159
|
this.entities.set(k, loadedEntity);
|
160
160
|
}
|