From 366557b101f318b69ad854349c2414783ce1c82a Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Mon, 29 Jun 2015 08:10:59 -0400 Subject: rebase touch-ups --- store/sql_channel_store.go | 2 +- web/react/components/sidebar_right_menu.jsx | 1 + web/react/components/team_settings.jsx | 2 +- web/react/components/user_settings_modal.jsx | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/store/sql_channel_store.go b/store/sql_channel_store.go index 07e39df34..463fce16f 100644 --- a/store/sql_channel_store.go +++ b/store/sql_channel_store.go @@ -37,7 +37,7 @@ func NewSqlChannelStore(sqlStore *SqlStore) ChannelStore { } func (s SqlChannelStore) UpgradeSchemaIfNeeded() { - s.CreateColumnIfNotExists("ChannelMembers", "LastUpdateAt", "NotifyLevel", "bigint(20)", "0") + s.CreateColumnIfNotExists("ChannelMembers", "LastUpdateAt", "NotifyLevel", "bigint(20)", "0") // Remove after 6/7/2015 prod push } func (s SqlChannelStore) CreateIndexesIfNotExists() { diff --git a/web/react/components/sidebar_right_menu.jsx b/web/react/components/sidebar_right_menu.jsx index c523ce554..22d1d9ad2 100644 --- a/web/react/components/sidebar_right_menu.jsx +++ b/web/react/components/sidebar_right_menu.jsx @@ -60,6 +60,7 @@ module.exports = React.createClass({