0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00

Added support for title description and thumbnail images

This commit is contained in:
Scott Tolksdorf
2017-01-25 23:39:17 -05:00
parent 76ced9ca49
commit 22d9982888
3 changed files with 27 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ const BrewSchema = mongoose.Schema({
title : {type : String, default : ""},
description : {type : String, default : ""},
tags : {type : String, default : ""},
thumbnail : {type : String, default : ""},
systems : [String],
authors : [String],
published : {type : Boolean, default : false},