agrs-sequelize-sdk 1.0.13 → 1.0.14

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.
@@ -34,7 +34,7 @@ module.exports = (sequelize, DataTypes) => {
34
34
  allowNull: true,
35
35
  },
36
36
  websiteUrl: {
37
- type: DataTypes.STRING, // URL for the call to action
37
+ type: DataTypes.STRING(1000), // Increase limit for longer URLs
38
38
  allowNull: false,
39
39
  },
40
40
  format: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",