Member/Ecology revamp.
This commit is contained in:
parent
fc7ec52574
commit
59d6e97787
31 changed files with 1763 additions and 1010 deletions
|
|
@ -8,6 +8,7 @@ const wikiArticleSchema = new mongoose.Schema(
|
|||
url: { type: String, required: true },
|
||||
summary: String,
|
||||
tags: [{ type: String }],
|
||||
hidden: { type: Boolean, default: false },
|
||||
publishedAt: Date,
|
||||
permission: String,
|
||||
lastSyncedAt: Date,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue