mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
r69
Фикс дампа git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@69 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
d20ed4d87b
commit
ab1f306b68
2 changed files with 4 additions and 11 deletions
|
@ -636,7 +636,7 @@ INSERT INTO `bb_config` VALUES ('report_hack_count', '0');
|
|||
INSERT INTO `bb_config` VALUES ('report_notify', '0');
|
||||
INSERT INTO `bb_config` VALUES ('report_list_admin', '0');
|
||||
INSERT INTO `bb_config` VALUES ('report_new_window', '0');
|
||||
INSERT INTO `bb_config` VALUES ('torrent_pass_private_key', 'ikMhXDeo5g5aeBRJIt9iSHJ8aSo');
|
||||
INSERT INTO `bb_config` VALUES ('torrent_pass_private_key', 'вставить_из_конфига_XBTT);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
@ -1394,7 +1394,7 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
|
|||
KEY `username` (`username`(10)),
|
||||
KEY `user_email` (`user_email`(10)),
|
||||
KEY `user_level` (`user_level`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
|
||||
|
||||
--
|
||||
-- Дамп данных таблицы `bb_users`
|
||||
|
@ -1546,13 +1546,6 @@ CREATE TABLE IF NOT EXISTS `xbt_config` (
|
|||
PRIMARY KEY (`name`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Дамп данных таблицы `xbt_config`
|
||||
--
|
||||
|
||||
INSERT INTO `xbt_config` (`name`, `value`) VALUES
|
||||
('torrent_pass_private_key', 'ikMhXDeo5g5aeBRJIt9iSHJ8aSo');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue