1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-03 05:43:16 +00:00

Set milestone content field to TEXT orm type

This commit is contained in:
Vyacheslav Bakhmutov 2014-09-05 08:10:41 +07:00
parent d8290c9bac
commit 31d8011843

View file

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