Updates to the data tracking app; Updated the VAP list.
This commit is contained in:
@@ -19,6 +19,10 @@ module.exports = {
|
||||
type: DataTypes.JSON,
|
||||
allowNull: false
|
||||
},
|
||||
aliases: {
|
||||
type: DataTypes.JSON,
|
||||
allowNull: true
|
||||
},
|
||||
defaultPrice: {
|
||||
type: DataTypes.DECIMAL(9,2),
|
||||
allowNull: false
|
||||
|
||||
Reference in New Issue
Block a user