exodus-framework 2.0.845 → 2.0.846
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.
@@ -7,7 +7,7 @@ exports.default = void 0;
|
|
7
7
|
var _sequelize = require("sequelize");
|
8
8
|
class ServiceModel extends _sequelize.Model {
|
9
9
|
static initialize(connection) {
|
10
|
-
return connection.define(this.
|
10
|
+
return connection.define(this.name, this.getEntityParams(), this.getConnParams());
|
11
11
|
}
|
12
12
|
static async associate(_models) {
|
13
13
|
return;
|