0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 03:52:40 +00:00

Initial pass at social metadata tags

This commit is contained in:
G.Ambatte
2022-03-15 18:47:46 +13:00
parent 04cd53397a
commit a11e93ef54
6 changed files with 75 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ const HomebrewSchema = mongoose.Schema({
renderer : { type: String, default: '' },
authors : [String],
published : { type: Boolean, default: false },
thumbnail : { type: String, default: '' },
createdAt : { type: Date, default: Date.now },
updatedAt : { type: Date, default: Date.now },