aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gogs.go2
-rw-r--r--models/issue.go2
-rw-r--r--templates/VERSION2
3 files changed, 3 insertions, 3 deletions
diff --git a/gogs.go b/gogs.go
index 963cd587..8e8c161a 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.4.1.0601 Alpha"
+const APP_VER = "0.4.1.0602 Alpha"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/models/issue.go b/models/issue.go
index 18057985..7db728ec 100644
--- a/models/issue.go
+++ b/models/issue.go
@@ -771,7 +771,7 @@ type Comment struct {
IssueId int64
CommitId int64
Line int64
- Content string
+ Content string `xorm:"TEXT"`
Created time.Time `xorm:"CREATED"`
}
diff --git a/templates/VERSION b/templates/VERSION
index 81b60321..6e7780b2 100644
--- a/templates/VERSION
+++ b/templates/VERSION
@@ -1 +1 @@
-0.4.1.0601 Alpha \ No newline at end of file
+0.4.1.0602 Alpha \ No newline at end of file