فهرست منبع

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