mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
UG related update
git-svn-id: file:///svn/phpbb/trunk@718 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -181,6 +181,7 @@ CREATE INDEX forum_id_phpbb_forum_prune_index ON phpbb_forum_prune (forum_id);
|
||||
-------------------------------------------------------- */
|
||||
CREATE TABLE phpbb_groups (
|
||||
group_id int4 DEFAULT nextval('phpbb_groups_id_seq'::text) NOT NULL,
|
||||
group_type int2 DEFAULT '1' NOT NULL,
|
||||
group_name varchar(100) NOT NULL,
|
||||
group_description varchar(255) NOT NULL,
|
||||
group_moderator int4 NOT NULL,
|
||||
|
Reference in New Issue
Block a user