From 195728b949a4f3aee75e01f4b0e4a0b2f67850da Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Fri, 6 Nov 2015 00:37:21 +0100 Subject: remove max column size from 'props' --- store/sql_post_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store') diff --git a/store/sql_post_store.go b/store/sql_post_store.go index a523b3320..3460fca92 100644 --- a/store/sql_post_store.go +++ b/store/sql_post_store.go @@ -32,7 +32,7 @@ func NewSqlPostStore(sqlStore *SqlStore) PostStore { table.ColMap("Message").SetMaxSize(4000) table.ColMap("Type").SetMaxSize(26) table.ColMap("Hashtags").SetMaxSize(1000) - table.ColMap("Props").SetMaxSize(4000) + table.ColMap("Props") table.ColMap("Filenames").SetMaxSize(4000) } -- cgit v1.2.3-1-g7c22