mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
r391
обновление дампера для TBDev фиксы недочетов git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@391 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
3b7f9034b4
commit
5982453a9e
16 changed files with 153 additions and 170 deletions
|
@ -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;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue