@cholang/database-schemas
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "@cholang/database-schemas", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -43,2 +43,8 @@ const {Schema} = require('mongoose') | ||
status: { | ||
type: String, | ||
index: true, | ||
default: 'active' | ||
}, | ||
updated_at: { | ||
@@ -45,0 +51,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
6489
320