agrs-sequelize-sdk 1.0.76 → 1.0.78

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.
@@ -48,11 +48,7 @@ module.exports = (sequelize, DataTypes) => {
48
48
  type: DataTypes.STRING,
49
49
  allowNull: true,
50
50
  },
51
- // Thumbnail URL for the file
52
- ThumbnailURL: {
53
- type: DataTypes.STRING,
54
- allowNull: true,
55
- },
51
+
56
52
  // ImageHash
57
53
  ImageHash: {
58
54
  type: DataTypes.STRING,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.0.76",
3
+ "version": "1.0.78",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",