agrs-sequelize-sdk 1.1.68 → 1.1.69

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.
Files changed (2) hide show
  1. package/models/Ad.js +1 -1
  2. package/package.json +1 -1
package/models/Ad.js CHANGED
@@ -155,7 +155,7 @@ module.exports = (sequelize, DataTypes) => {
155
155
  constraints: false, // Disable FK constraint
156
156
  });
157
157
 
158
- Ad.belongsTo(models.RSOCFeedCampaign, {
158
+ Ad.belongsTo(models.rsoc_feed_campaigns, {
159
159
  foreignKey: "AGRS_CID",
160
160
  targetKey: "AGRS_CID",
161
161
  as: "RSOCFeedCampaign",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",