mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
r369
Исправление даты вступления модератора в группу ALTER TABLE `bb_groups` ADD `group_time` INT( 11 ) NOT NULL DEFAULT '0' AFTER `group_id`; git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@369 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
1a8d68aa3d
commit
4235ca8446
9 changed files with 188 additions and 16 deletions
|
@ -862,6 +862,7 @@ INSERT INTO `bb_forums` VALUES (1, 1, 'Ваш первый форум', 'Опи
|
|||
|
||||
CREATE TABLE `bb_groups` (
|
||||
`group_id` mediumint(8) NOT NULL auto_increment,
|
||||
`group_time` int(11) NOT NULL default '0',
|
||||
`group_type` tinyint(4) NOT NULL default '1',
|
||||
`group_name` varchar(40) NOT NULL default '',
|
||||
`group_description` varchar(255) NOT NULL default '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue