@kipicore/dbcore 1.1.75 → 1.1.77

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.
@@ -16,7 +16,7 @@ const up = async (queryInterface, Sequelize) => {
16
16
  status: {
17
17
  type: Sequelize.STRING,
18
18
  allowNull: true,
19
- defaultValue: COMMAN_STATUS.ACTIVE,
19
+ defaultValue: 'ACTIVE',
20
20
  },
21
21
  userType: {
22
22
  type: Sequelize.STRING,
@@ -100,7 +100,7 @@ const up = async (queryInterface, Sequelize) => {
100
100
  status: {
101
101
  type: Sequelize.STRING,
102
102
  allowNull: true,
103
- defaultValue: COMMAN_STATUS.ACTIVE,
103
+ defaultValue: 'ACTIVE',
104
104
  },
105
105
  userType: {
106
106
  type: Sequelize.STRING,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.75",
3
+ "version": "1.1.77",
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",