mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -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',
|
||||
`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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue