Major changes to the database structure: Delete and recreate the whole database (would require too many migrations otherwise). Removed a market, updated some images, added to the AP page, and merged bios.
This commit is contained in:
@@ -13,10 +13,15 @@ module.exports = function(sequelize, DataTypes) {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: false
|
||||
},
|
||||
counts: {
|
||||
measures: {
|
||||
//A list of measureId's in the order they should be listed when entering data (first is most likely, last is least likely).
|
||||
type: DataTypes.JSON,
|
||||
allowNull: false
|
||||
},
|
||||
defaultPrice: {
|
||||
type: DataTypes.DECIMAL(9,2),
|
||||
allowNull: false
|
||||
},
|
||||
visible: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user