From 35320efe1afad87419992275ba555ddcbfcdf46b Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 18 Mar 2016 13:16:51 -0400 Subject: Revert "PLT-2183 Slash command auto-complete" --- store/sql_command_store.go | 1 - 1 file changed, 1 deletion(-) (limited to 'store/sql_command_store.go') diff --git a/store/sql_command_store.go b/store/sql_command_store.go index a35737bd7..074a6e588 100644 --- a/store/sql_command_store.go +++ b/store/sql_command_store.go @@ -34,7 +34,6 @@ func NewSqlCommandStore(sqlStore *SqlStore) CommandStore { } func (s SqlCommandStore) UpgradeSchemaIfNeeded() { - s.CreateColumnIfNotExists("Commands", "ExternalManagement", "tinyint(1)", "boolean", "0") } func (s SqlCommandStore) CreateIndexesIfNotExists() { -- cgit v1.2.3-1-g7c22