From 59ffdbf6f80328f9b9074930444dedd936aeae51 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 22 Mar 2014 16:00:46 -0400 Subject: Add create, list, view issue --- 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 a996e16aa8..cfb124363c 100644 --- a/models/action.go +++ b/models/action.go @@ -30,7 +30,7 @@ type Action struct { ActUserName string // Action user name. RepoId int64 RepoName string - Content string + Content string `xorm:"TEXT"` Created time.Time `xorm:"created"` } -- cgit v1.2.3