agrs-sequelize-sdk 1.3.11 → 1.3.12

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.
@@ -247,6 +247,7 @@ module.exports = (sequelize, DataTypes) => {
247
247
  createdAt: "created_at",
248
248
  updatedAt: "updated_at",
249
249
  indexes: [
250
+ { fields: ["original_log_id"], unique: true }, // Prevent duplicate V1 logs
250
251
  { fields: ["process_id"] },
251
252
  { fields: ["status"] },
252
253
  { fields: ["country"] },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",