From 751469979aefd6575174ea17ae13fca7c727ecfd Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 24 May 2017 09:42:06 -0400 Subject: Set length for OriginalId for new installs (#6437) --- store/sql_post_store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/store/sql_post_store.go b/store/sql_post_store.go index 834e488a8..3abafbbcc 100644 --- a/store/sql_post_store.go +++ b/store/sql_post_store.go @@ -46,6 +46,7 @@ func NewSqlPostStore(sqlStore *SqlStore) PostStore { table.ColMap("ChannelId").SetMaxSize(26) table.ColMap("RootId").SetMaxSize(26) table.ColMap("ParentId").SetMaxSize(26) + table.ColMap("OriginalId").SetMaxSize(26) table.ColMap("Message").SetMaxSize(4000) table.ColMap("Type").SetMaxSize(26) table.ColMap("Hashtags").SetMaxSize(1000) -- cgit v1.2.3-1-g7c22