From 922da96334373acb3accfc026ffdafebbea713bb Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 4 Jun 2002 11:53:11 +0000 Subject: [PATCH] Not auto_increment'ed as per other fixes/bugs ... git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2620 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/schemas/mysql_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/db/schemas/mysql_schema.sql b/phpBB/db/schemas/mysql_schema.sql index 750ad5cad9..a5e27e797c 100644 --- a/phpBB/db/schemas/mysql_schema.sql +++ b/phpBB/db/schemas/mysql_schema.sql @@ -42,7 +42,7 @@ CREATE TABLE phpbb_user_group ( # Table structure for table 'phpbb_groups' # CREATE TABLE phpbb_groups ( - group_id mediumint(8) NOT NULL auto_increment, + group_id mediumint(8) NOT NULL, group_type tinyint(4) DEFAULT '1' NOT NULL, group_name varchar(40) NOT NULL, group_description varchar(255) NOT NULL,