fixed lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2019-10-10 13:18:37 +02:00
parent 8084f63ec7
commit e2f53da64e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ type TaskAttachment struct {
web.Rights `xorm:"-" json:"-"`
}
// TableName returns the table name for task attachments
func (TaskAttachment) TableName() string {
return "task_attachments"
}