mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-01 15:52:05 +01:00
Merge pull request #446 from m0sth8/fix-milestone-content-size
Set milestone content field to TEXT orm type
This commit is contained in:
commit
033a7f0224
@ -612,7 +612,7 @@ type Milestone struct {
|
|||||||
RepoId int64 `xorm:"INDEX"`
|
RepoId int64 `xorm:"INDEX"`
|
||||||
Index int64
|
Index int64
|
||||||
Name string
|
Name string
|
||||||
Content string
|
Content string `xorm:"TEXT"`
|
||||||
RenderedContent string `xorm:"-"`
|
RenderedContent string `xorm:"-"`
|
||||||
IsClosed bool
|
IsClosed bool
|
||||||
NumIssues int
|
NumIssues int
|
||||||
|
Loading…
Reference in New Issue
Block a user