From 531d46874f4c9a74fa60648c5df86a218d187bca Mon Sep 17 00:00:00 2001 From: PheRum Date: Thu, 30 Oct 2014 12:20:24 +0300 Subject: [PATCH] =?UTF-8?q?=D1=87=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D0=BE=D1=87=D0=BD=D1=8B=D1=85=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=B5=D0=B9=20=D1=81=20xbtt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/sql/mysql.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install/sql/mysql.sql b/install/sql/mysql.sql index c9a270abb..07e6cbeb5 100644 --- a/install/sql/mysql.sql +++ b/install/sql/mysql.sql @@ -341,10 +341,6 @@ CREATE TABLE IF NOT EXISTS `bb_bt_tracker` ( `up_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', - `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', PRIMARY KEY (`peer_hash`), KEY `topic_id` (`topic_id`),