agrs-sequelize-sdk 1.4.58 → 1.4.59

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.
@@ -96,7 +96,6 @@ module.exports = (sequelize, DataTypes) => {
96
96
  allowNull: false,
97
97
  defaultValue: "fb",
98
98
  field: "platform",
99
- comment: "Ad platform identifier: fb=Facebook, tt=TikTok, snp=Snapchat, test",
100
99
  },
101
100
  group_id: {
102
101
  type: DataTypes.UUID,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.4.58",
3
+ "version": "1.4.59",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",