summaryrefslogtreecommitdiffstats
path: root/models/issue.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-02 21:59:56 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-02 21:59:56 -0400
commiteaa7d71fc7967161dfd79987ed94f01bc8a7b88a (patch)
tree9797e5020573515569225fa8261e065102aa22a6 /models/issue.go
parente1332c52399e5dae3a282697bd265121be61a086 (diff)
downloadgitea-eaa7d71fc7967161dfd79987ed94f01bc8a7b88a.tar.gz
gitea-eaa7d71fc7967161dfd79987ed94f01bc8a7b88a.zip
Fix #232
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 18057985f0..7db728ec3d 100644
--- a/models/issue.go
+++ b/models/issue.go
@@ -771,7 +771,7 @@ type Comment struct {
IssueId int64
CommitId int64
Line int64
- Content string
+ Content string `xorm:"TEXT"`
Created time.Time `xorm:"CREATED"`
}