imageFilenames and imageFilename, backend integration tests, frontend tests, removed username references
This commit is contained in:
@@ -24,8 +24,8 @@ const ConditionCheck = sequelize.define("ConditionCheck", {
|
||||
),
|
||||
allowNull: false,
|
||||
},
|
||||
photos: {
|
||||
type: DataTypes.ARRAY(DataTypes.STRING),
|
||||
imageFilenames: {
|
||||
type: DataTypes.ARRAY(DataTypes.TEXT),
|
||||
defaultValue: [],
|
||||
},
|
||||
notes: {
|
||||
|
||||
Reference in New Issue
Block a user