mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Increase auth_key char length (#1014)
This commit is contained in:
parent
725773254f
commit
65a16b8406
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue