@cholang/database-schemas
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@cholang/database-schemas", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,4 +5,11 @@ const {Schema} = require('mongoose') | ||
const PostSchema = new Schema({ | ||
group: { | ||
type: Schema.Types.ObjectId, | ||
index: true, | ||
required: true | ||
}, | ||
fb_id: { | ||
type: String, | ||
required: true, | ||
trim: true, | ||
@@ -20,3 +27,3 @@ index: true | ||
default: 'incomplete', | ||
index: true, | ||
index: true | ||
}, | ||
@@ -23,0 +30,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4059
188