Skip to content

Commit

Permalink
Merge pull request #93 from sankar-tools/working
Browse files Browse the repository at this point in the history
Place facts added
  • Loading branch information
sankarvema committed Mar 3, 2016
2 parents a2def17 + 69cb15c commit 003ed23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion models/cityFacts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ var cityFactSchema = new mongoose.Schema({
geospot: { coordinates: {type: "Number", index: '2dsphere'} },

places : [{

name: { type: String },
desc: { type: String },
imageLinks: [{ type: String }],
geospot: { coordinates: {type: "Number", index: '2dsphere'} },
quickFacts: [{type: String }],
}],

quickFacts: [{type: String }],
Expand Down

0 comments on commit 003ed23

Please sign in to comment.