This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Set milestone content field to TEXT orm type
for-closed-social
Vyacheslav Bakhmutov
10 years ago
parent
d8290c9bac
commit
31d8011843
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save