Updated JQuery; Added resize sensor library; Updated the admin code (prior to changing gears to use Meteor).

This commit is contained in:
Wynne Crisman
2016-12-28 11:13:44 -08:00
parent 801c0507e5
commit 00f2be30ce
58 changed files with 29553 additions and 252 deletions

View File

@@ -22,9 +22,10 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.JSON,
allowNull: true
},
defaultPrice: {
type: DataTypes.DECIMAL(9,2),
allowNull: false
prices: {
type: DataTypes.JSON,
//type: DataTypes.DECIMAL(9,2),
allowNull: true
},
createdAt: {
type: DataTypes.DATE,