недостающее поле в дампе git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@290 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2011-09-05 18:38:08 +00:00
commit 6a33fcba58
2 changed files with 2 additions and 1 deletions

View file

@ -1399,6 +1399,7 @@ CREATE TABLE `bb_user_group` (
`group_id` mediumint(8) NOT NULL default '0',
`user_id` mediumint(8) NOT NULL default '0',
`user_pending` tinyint(1) NOT NULL default '0',
`user_time` int(11) NOT NULL,
PRIMARY KEY (`group_id`,`user_id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

View file

@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
// Increase number of revision after update
$bb_cfg['tp_version'] = '2.1 Stable';
$bb_cfg['tp_release_state'] = 'R289';
$bb_cfg['tp_release_state'] = 'R290';
$bb_cfg['tp_release_date'] = '05-09-2011';
// Database