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 cecda676a6 - Show all commits

View File

@ -21,6 +21,7 @@ import (
"mime/multipart"
)
// TODO: Migration
type TaskAttachment struct {
ID int64 `xorm:"int(11) autoincr not null unique pk" json:"id"`
TaskID int64 `xorm:"int(11) not null" json:"task_id" param:"task"`