Browse Source

Set milestone content field to TEXT orm type

tags/v1.2.0-rc1
Vyacheslav Bakhmutov 11 years ago
parent
commit
31d8011843
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/issue.go

+ 1
- 1
models/issue.go 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


Loading…
Cancel
Save