aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_schema.sql
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-04-01 21:11:07 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-04-01 21:11:07 +0000
commit8a04466b3f304399774acea9c17002c791deaaac (patch)
treeba4d167b8155081bb0ad4abbf54bdedbf14f2837 /phpBB/install/schemas/mysql_schema.sql
parentd054df50072dcb958dfc10f033d0d1ba87190c04 (diff)
downloadforums-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.sql1
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)
);