exodus-framework 2.0.980 → 2.0.981

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.
@@ -153,9 +153,7 @@ class DatabaseService extends _app.Service {
153
153
  const k = `${tenantId}#${entity.name}`;
154
154
  const connection = await this.getConnection(tenantId);
155
155
  const loadedEntity = entity.initialize(connection);
156
- await loadedEntity.sync({
157
- force: false
158
- });
156
+ // await loadedEntity.sync({ force: false }); //! tenta recriar os indices e da erro
159
157
  this.entities.set(k, loadedEntity);
160
158
  }
161
159
  async getEntity(model, tenantId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.980",
3
+ "version": "2.0.981",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",