whitelabel-db 1.2.4 → 1.2.5

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.
@@ -117,7 +117,7 @@ __decorate([
117
117
  ], Project.prototype, "marketSegments", void 0);
118
118
  __decorate([
119
119
  (0, sequelize_typescript_1.Column)({
120
- type: sequelize_typescript_1.DataType.ARRAY(sequelize_typescript_1.DataType.JSONB),
120
+ type: sequelize_typescript_1.DataType.JSONB,
121
121
  allowNull: false,
122
122
  defaultValue: {},
123
123
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",