agrs-sequelize-sdk 1.2.9 → 1.2.10

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.
@@ -132,7 +132,7 @@ module.exports = (sequelize, DataTypes) => {
132
132
  type: DataTypes.STRING,
133
133
  allowNull: true,
134
134
  },
135
- language: {
135
+ language1: {
136
136
  type: DataTypes.STRING,
137
137
  allowNull: true,
138
138
  comment: "Language code for the campaign",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",