@kipicore/dbcore 1.1.653 → 1.1.655

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.
@@ -350,7 +350,7 @@ const up = async (queryInterface, Sequelize) => {
350
350
  field: 'better_value_type',
351
351
  },
352
352
  valueSide: {
353
- type: Sequelize.ARRAY,
353
+ type: Sequelize.ARRAY(Sequelize.STRING),
354
354
  allowNull: true,
355
355
  field: 'value_side',
356
356
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.653",
3
+ "version": "1.1.655",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",