mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Added simple open/close flow
This commit is contained in:
+5
-1
@@ -34,7 +34,11 @@ const AssetSchema = new Schema({
|
||||
subsection: String,
|
||||
author: String,
|
||||
publication_date: Date,
|
||||
modified_date: Date
|
||||
modified_date: Date,
|
||||
status: {
|
||||
type: String,
|
||||
default: 'open'
|
||||
}
|
||||
}, {
|
||||
versionKey: false,
|
||||
timestamps: {
|
||||
|
||||
Reference in New Issue
Block a user