0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 09:42:43 +00:00

merge master into google-document-stubs

This commit is contained in:
Charlie Humphreys
2022-04-14 23:31:07 -05:00
20 changed files with 613 additions and 213 deletions

View File

@@ -18,6 +18,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 },