imageFilenames and imageFilename, backend integration tests, frontend tests, removed username references
This commit is contained in:
@@ -52,7 +52,7 @@ const ForumPost = sequelize.define('ForumPost', {
|
||||
key: 'id'
|
||||
}
|
||||
},
|
||||
images: {
|
||||
imageFilenames: {
|
||||
type: DataTypes.ARRAY(DataTypes.TEXT),
|
||||
allowNull: true,
|
||||
defaultValue: []
|
||||
|
||||
Reference in New Issue
Block a user