aboutsummaryrefslogtreecommitdiff
path: root/models/action.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-23 16:31:13 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-23 16:31:13 +0800
commit1201c6a9b4897736650a4b416451aa521024b899 (patch)
treeff1df6bce9776b589eefd74593092777bace5885 /models/action.go
parent17da2fd2e30e85909394bc58069ecab14d8d8577 (diff)
bug fixed & more commits for push
Diffstat (limited to 'models/action.go')
-rw-r--r--models/action.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/action.go b/models/action.go
index 107d4b10..d338da24 100644
--- a/models/action.go
+++ b/models/action.go
@@ -28,7 +28,7 @@ type Action struct {
ActUserName string // Action user name.
RepoId int64
RepoName string
- Content string
+ Content string `xorm:"varchar(1000)"`
Created time.Time `xorm:"created"`
}