Add dashed names to field guides
This commit is contained in:
@@ -6,6 +6,10 @@ var fieldGuideSchema = new mongoose.Schema({
|
||||
type: String,
|
||||
unique: false
|
||||
},
|
||||
dashedName: {
|
||||
type: String,
|
||||
unique: false
|
||||
},
|
||||
description: {
|
||||
type: Array,
|
||||
unique: false
|
||||
|
Reference in New Issue
Block a user