Skip to content

Commit

Permalink
fixed images
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vallelunga committed Apr 6, 2014
1 parent 2e2d42c commit a31485e
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion lib/models/bubbles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ module.exports = function (db, models) {
return db.define("bubbles", {
pub_id: String,
name: String,
description: String,
description: {
type: "text",
big: true
},
original: Number,
discount: Number
}, {
Expand Down
5 changes: 4 additions & 1 deletion lib/models/companies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ module.exports = function (db, models) {
return db.define("companies", {
pub_id: String,
name: String,
description: String,
description: {
type: "text",
big: true
},
phone: String,
address: String,
city: String,
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit a31485e

Please sign in to comment.