diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-11-13 16:24:02 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-11-14 02:01:16 +0100 |
commit | 8fc022033a16b50aa07d06af8dc2a2508f0d94a6 (patch) | |
tree | 193a83b0072db5b90f0e5033a29a6aae37e7a2b5 /phpBB/install/schemas/mysql_40_schema.sql | |
parent | 6e286218ec51487e036c9dc74876f90f1db9b6d1 (diff) | |
download | forums-8fc022033a16b50aa07d06af8dc2a2508f0d94a6.tar forums-8fc022033a16b50aa07d06af8dc2a2508f0d94a6.tar.gz forums-8fc022033a16b50aa07d06af8dc2a2508f0d94a6.tar.bz2 forums-8fc022033a16b50aa07d06af8dc2a2508f0d94a6.tar.xz forums-8fc022033a16b50aa07d06af8dc2a2508f0d94a6.zip |
[ticket/10411] Update schema and fix database update
PHPBB3-10411
Diffstat (limited to 'phpBB/install/schemas/mysql_40_schema.sql')
-rw-r--r-- | phpBB/install/schemas/mysql_40_schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_40_schema.sql b/phpBB/install/schemas/mysql_40_schema.sql index ce4c43c9c3..824b3faecc 100644 --- a/phpBB/install/schemas/mysql_40_schema.sql +++ b/phpBB/install/schemas/mysql_40_schema.sql @@ -327,7 +327,6 @@ CREATE TABLE phpbb_groups ( group_message_limit mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, group_max_recipients mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, group_legend mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, - group_teampage mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (group_id), KEY group_legend_name (group_legend, group_name(255)) ); |