Hotfix to allow .7 to be upgraded to 1.1

Этот коммит содержится в:
=Corey Hulen
2015-10-20 04:49:42 -07:00
родитель e0d2ee3cce
Коммит 437efdaaaa
3 изменённых файлов: 19 добавлений и 1 удалений

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

@@ -28,6 +28,8 @@ func NewSqlTeamStore(sqlStore *SqlStore) TeamStore {
}
func (s SqlTeamStore) UpgradeSchemaIfNeeded() {
// REMOVE in 1.2
s.RemoveColumnIfExists("Teams", "AllowValet")
}
func (s SqlTeamStore) CreateIndexesIfNotExists() {