Increase auth_key char length (#1014)

This commit is contained in:
Cønstantine Kovalensky 2023-11-01 22:51:09 +04:00 committed by GitHub
commit 65a16b8406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -414,7 +414,7 @@ DROP TABLE IF EXISTS `bb_bt_users`;
CREATE TABLE IF NOT EXISTS `bb_bt_users`
(
`user_id` MEDIUMINT(9) NOT NULL DEFAULT '0',
`auth_key` CHAR(10)
`auth_key` CHAR(20)
CHARACTER SET utf8
COLLATE utf8_bin NOT NULL DEFAULT '',
`u_up_total` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0',