agrs-sequelize-sdk 1.2.59 → 1.2.61

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.
@@ -240,8 +240,7 @@ module.exports = (sequelize, DataTypes) => {
240
240
  {
241
241
  name: "idx_campaign_logs_account_process",
242
242
  fields: ["account_id", "process_id"],
243
- where: { account_id: { [Op.ne]: null } },
244
- comment: "For process-level account filtering"
243
+ comment: "For process-level account filtering v2"
245
244
  },
246
245
  {
247
246
  fields: ["process_id"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.2.59",
3
+ "version": "1.2.61",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",