Task Attachments #104

Merged
konrad merged 63 commits from feature/attachments into master 2019-10-16 20:52:31 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e2f53da64e - Show all commits

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"
}