fix: cannot upload attachment files in docker (#241)
This commit is contained in:
@@ -8,7 +8,7 @@ function defineAttachment(sequelize, DataTypes) {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true,
|
||||
},
|
||||
path: {
|
||||
filename: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user