@cholang/database-schemas
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "@cholang/database-schemas", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -49,2 +49,9 @@ const {Schema} = require('mongoose') | ||
next_step: { | ||
type: String, | ||
trim: true, | ||
index: true, | ||
default: 'process_data' | ||
}, | ||
published_at: { | ||
@@ -51,0 +58,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
5839
286