mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
чистка остаточных полей с xbtt
This commit is contained in:
parent
39124f0c55
commit
531d46874f
1 changed files with 0 additions and 4 deletions
|
@ -341,10 +341,6 @@ CREATE TABLE IF NOT EXISTS `bb_bt_tracker` (
|
||||||
`up_add` bigint(20) unsigned NOT NULL DEFAULT '0',
|
`up_add` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||||
`down_add` bigint(20) unsigned NOT NULL DEFAULT '0',
|
`down_add` bigint(20) unsigned NOT NULL DEFAULT '0',
|
||||||
`update_time` int(11) NOT NULL DEFAULT '0',
|
`update_time` int(11) NOT NULL DEFAULT '0',
|
||||||
`ul_gdc` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
||||||
`ul_gdc_c` mediumint(9) unsigned NOT NULL DEFAULT '0',
|
|
||||||
`ul_16k_c` mediumint(9) unsigned NOT NULL DEFAULT '0',
|
|
||||||
`ul_eq_dl` mediumint(9) unsigned NOT NULL DEFAULT '0',
|
|
||||||
`complete_percent` bigint(20) NOT NULL DEFAULT '0',
|
`complete_percent` bigint(20) NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`peer_hash`),
|
PRIMARY KEY (`peer_hash`),
|
||||||
KEY `topic_id` (`topic_id`),
|
KEY `topic_id` (`topic_id`),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue