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.
@@ -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
- alter: true
157
+ force: false
158
158
  });
159
159
  this.entities.set(k, loadedEntity);
160
160
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.961",
3
+ "version": "2.0.962",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",