@pintahub/database-schemas 1.5.8 → 1.5.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/database-schemas",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -137,6 +137,12 @@ const Product = new Schema({
137
137
  trello_id: {
138
138
  type: String,
139
139
  trim: true,
140
+ index: true,
141
+ },
142
+
143
+ user_idea: {
144
+ type: String,
145
+ trim: true,
140
146
  },
141
147
 
142
148
  updated_at: {