Explorar o código

Set milestone content field to TEXT orm type

Vyacheslav Bakhmutov %!s(int64=10) %!d(string=hai) anos
pai
achega
31d8011843
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/issue.go

+ 1 - 1
models/issue.go

@@ -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