mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
Ok, so many bug fixes, so little time... Fun... Well, the change to
mysql_schema was just changing the phpbb_groups group_id to auto increment, should fix problems in upgrade.php. Should. I will probably include any relevant schema changes with a nice update_to script in 2.0.2 ;) git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2785 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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,
|
||||
group_id mediumint(8) NOT NULL AUTO INCREMENT,
|
||||
group_type tinyint(4) DEFAULT '1' NOT NULL,
|
||||
group_name varchar(40) NOT NULL,
|
||||
group_description varchar(255) NOT NULL,
|
||||
|
Reference in New Issue
Block a user