]> source.dussan.org Git - gitea.git/commitdiff
Set milestone content field to TEXT orm type
authorVyacheslav Bakhmutov <m0sth8@yandex-team.ru>
Fri, 5 Sep 2014 01:10:41 +0000 (08:10 +0700)
committerVyacheslav Bakhmutov <m0sth8@yandex-team.ru>
Fri, 5 Sep 2014 01:10:41 +0000 (08:10 +0700)
models/issue.go

index 307ace816d61c74422d1536b3aa1ece663438ad7..f16c2e256d2003d8d144cca78fa9f3808aa571ed 100644 (file)
@@ -612,7 +612,7 @@ type Milestone struct {
        RepoId          int64 `xorm:"INDEX"`
        Index           int64
        Name            string
-       Content         string
+       Content         string `xorm:"TEXT"`
        RenderedContent string `xorm:"-"`
        IsClosed        bool
        NumIssues       int