Browse Source

Set milestone content field to TEXT orm type

Vyacheslav Bakhmutov 10 năm trước cách đây
mục cha
commit
31d8011843
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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