@ccci/micro-server 1.0.226 → 1.0.227
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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -299708,6 +299708,8 @@ class BaseModel extends Model {
|
|
|
299708
299708
|
};
|
|
299709
299709
|
enableDefaultFields = tableOption.defaultAttributes ? tableOption.defaultAttributes : true;
|
|
299710
299710
|
}
|
|
299711
|
+
Logger.info("initOptions :>> ", initOptions);
|
|
299712
|
+
Logger.info("initOptions :>> ", enableDefaultFields);
|
|
299711
299713
|
this.init({
|
|
299712
299714
|
...fields,
|
|
299713
299715
|
...this.getCommonAttributes(enableDefaultFields)
|