add external slashcommands management

Этот коммит содержится в:
Nicolas Clerc
2016-02-15 09:11:35 +01:00
родитель 809779a87f
Коммит 5e2596598f
9 изменённых файлов: 163 добавлений и 29 удалений

Просмотреть файл

@@ -34,6 +34,7 @@ func NewSqlCommandStore(sqlStore *SqlStore) CommandStore {
}
func (s SqlCommandStore) UpgradeSchemaIfNeeded() {
s.CreateColumnIfNotExists("Commands", "ExternalManagement", "tinyint(1)", "boolean", "0")
}
func (s SqlCommandStore) CreateIndexesIfNotExists() {