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