summaryrefslogtreecommitdiffstats
path: root/models/issue.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/issue.go')
-rw-r--r--models/issue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issue.go b/models/issue.go
index 9422a7380d..05c9525341 100644
--- a/models/issue.go
+++ b/models/issue.go
@@ -981,7 +981,7 @@ type Attachment struct {
IssueId int64
CommentId int64
Name string
- Path string
+ Path string `xorm:"TEXT"`
Created time.Time `xorm:"CREATED"`
}