обновление дампера для TBDev фиксы недочетов git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@391 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2012-04-08 23:39:20 +00:00
commit 5982453a9e
16 changed files with 153 additions and 170 deletions

View file

@ -311,7 +311,7 @@ CREATE TABLE IF NOT EXISTS `bb_bt_last_torstat` (
`bonus_add` bigint(20) unsigned NOT NULL DEFAULT '0',
`speed_up` bigint(20) unsigned NOT NULL DEFAULT '0',
`speed_down` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`topic_id`,`user_id`) USING BTREE
PRIMARY KEY USING BTREE (`topic_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------