From 1201c6a9b4897736650a4b416451aa521024b899 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 23 Mar 2014 16:31:13 +0800 Subject: bug fixed & more commits for push --- models/action.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/action.go') 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"` } -- cgit v1.2.3