ソースを参照

Set milestone content field to TEXT orm type

Vyacheslav Bakhmutov 10 年 前
コミット
31d8011843
1 ファイル変更1 行追加1 行削除
  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