Set milestone content field to TEXT orm type

release/v0.9
Vyacheslav Bakhmutov 10 years ago
parent d8290c9bac
commit 31d8011843

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

Loading…
Cancel
Save