imageFilenames and imageFilename, backend integration tests, frontend tests, removed username references
This commit is contained in:
@@ -82,8 +82,8 @@ const Item = sequelize.define("Item", {
|
||||
longitude: {
|
||||
type: DataTypes.DECIMAL(11, 8),
|
||||
},
|
||||
images: {
|
||||
type: DataTypes.ARRAY(DataTypes.STRING),
|
||||
imageFilenames: {
|
||||
type: DataTypes.ARRAY(DataTypes.TEXT),
|
||||
defaultValue: [],
|
||||
},
|
||||
isAvailable: {
|
||||
|
||||
Reference in New Issue
Block a user