diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-01 21:11:07 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-01 21:11:07 +0000 |
commit | 8a04466b3f304399774acea9c17002c791deaaac (patch) | |
tree | ba4d167b8155081bb0ad4abbf54bdedbf14f2837 /phpBB/install/schemas/mysql_schema.sql | |
parent | d054df50072dcb958dfc10f033d0d1ba87190c04 (diff) | |
download | forums-8a04466b3f304399774acea9c17002c791deaaac.tar forums-8a04466b3f304399774acea9c17002c791deaaac.tar.gz forums-8a04466b3f304399774acea9c17002c791deaaac.tar.bz2 forums-8a04466b3f304399774acea9c17002c791deaaac.tar.xz forums-8a04466b3f304399774acea9c17002c791deaaac.zip |
show the attach icon in viewforum. added cached extensions (we need them within viewtopic)
git-svn-id: file:///svn/phpbb/trunk@3777 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_schema.sql')
-rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 78c1fb4442..ea2d0cede9 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -193,6 +193,7 @@ CREATE TABLE phpbb_extension_groups ( cat_id tinyint(2) DEFAULT '0' NOT NULL, allow_group tinyint(1) DEFAULT '0' NOT NULL, download_mode tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, + upload_icon varchar(100) DEFAULT '', max_filesize int(20) DEFAULT '0' NOT NULL, PRIMARY KEY (group_id) ); |