mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-18 23:01:30 +00:00
Adding new navitems and finishing the edit and share page
This commit is contained in:
@@ -5,6 +5,7 @@ var _ = require('lodash');
|
||||
var HomebrewSchema = mongoose.Schema({
|
||||
shareId : {type : String, default: shortid.generate},
|
||||
editId : {type : String, default: shortid.generate},
|
||||
title : {type : String, default : ""},
|
||||
text : {type : String, default : ""},
|
||||
|
||||
createdAt : { type: Date, default: Date.now },
|
||||
|
||||
Reference in New Issue
Block a user