agrs-sequelize-sdk 1.3.23 → 1.3.24

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.
@@ -105,19 +105,19 @@ module.exports = (sequelize) => {
105
105
  underscored: true,
106
106
  indexes: [
107
107
  {
108
- name: "idx_image_type",
108
+ name: "idx_banner_templates_image_type",
109
109
  fields: ["image_type"],
110
110
  },
111
111
  {
112
- name: "idx_is_custom",
112
+ name: "idx_banner_templates_is_custom",
113
113
  fields: ["is_custom"],
114
114
  },
115
115
  {
116
- name: "idx_created_at",
116
+ name: "idx_banner_templates_created_at",
117
117
  fields: ["created_at"],
118
118
  },
119
119
  {
120
- name: "idx_user_id",
120
+ name: "idx_banner_templates_user_id",
121
121
  fields: ["user_id"],
122
122
  },
123
123
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.3.23",
3
+ "version": "1.3.24",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",