Updated JQuery; Added resize sensor library; Updated the admin code (prior to changing gears to use Meteor).
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user