XYZ-32: Increases size of position to 128 characters. (#8148)

* XYZ-32: Changes type of 'position' column on 'users' table.

* XYZ-32: Uncomment to run on CI and pre-release.

* XYZ-32: Reverts translation changes.

* XYZ-32: Fix for gofmt.
Этот коммит содержится в:
Martin Kraft
2018-01-26 08:37:12 -05:00
коммит произвёл Joram Wilander
родитель 3da2dad989
Коммит 540dd9ae94
6 изменённых файлов: 19 добавлений и 11 удалений

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

@@ -69,7 +69,7 @@ func NewSqlUserStore(sqlStore SqlStore, metrics einterfaces.MetricsInterface) st
table.ColMap("NotifyProps").SetMaxSize(2000)
table.ColMap("Locale").SetMaxSize(5)
table.ColMap("MfaSecret").SetMaxSize(128)
table.ColMap("Position").SetMaxSize(64)
table.ColMap("Position").SetMaxSize(128)
}
return us