@cholang/database-schemas
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@cholang/database-schemas", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,2 +22,13 @@ const {Schema} = require('mongoose') | ||
status: { | ||
type: String, | ||
index: true, | ||
default: 'incomplete' | ||
}, | ||
updated_at: { | ||
type: Date, | ||
default: Date.now | ||
}, | ||
created_at: { | ||
@@ -24,0 +35,0 @@ type: Date, |
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
6398
315