@pintahub/database-schemas 1.6.0 → 1.6.1

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.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -144,6 +144,12 @@ const Product = new Schema({
144
144
  index: true,
145
145
  },
146
146
 
147
+ code: {
148
+ type: String,
149
+ trim: true,
150
+ index: true,
151
+ },
152
+
147
153
  user_idea: {
148
154
  type: String,
149
155
  trim: true,