mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
r290
недостающее поле в дампе git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@290 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
c145fb4fd0
commit
6a33fcba58
2 changed files with 2 additions and 1 deletions
|
@ -1399,6 +1399,7 @@ CREATE TABLE `bb_user_group` (
|
||||||
`group_id` mediumint(8) NOT NULL default '0',
|
`group_id` mediumint(8) NOT NULL default '0',
|
||||||
`user_id` mediumint(8) NOT NULL default '0',
|
`user_id` mediumint(8) NOT NULL default '0',
|
||||||
`user_pending` tinyint(1) NOT NULL default '0',
|
`user_pending` tinyint(1) NOT NULL default '0',
|
||||||
|
`user_time` int(11) NOT NULL,
|
||||||
PRIMARY KEY (`group_id`,`user_id`),
|
PRIMARY KEY (`group_id`,`user_id`),
|
||||||
KEY `user_id` (`user_id`)
|
KEY `user_id` (`user_id`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||||
|
|
|
@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.1 Stable';
|
$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';
|
$bb_cfg['tp_release_date'] = '05-09-2011';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue