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.
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
3da2dad989
Коммит
540dd9ae94
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user