aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/firebird_schema.sql
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-08-01 05:06:33 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-08-01 05:06:33 +0000
commit541dbf8af07874e9507249a7e62cc3c32475d475 (patch)
treeb6186a4c274f124e9025e0e3aa7fa179fcf8d87f /phpBB/install/schemas/firebird_schema.sql
parent3c69c8f00a70ceeebabcd1cec79b6077ad785062 (diff)
downloadforums-541dbf8af07874e9507249a7e62cc3c32475d475.tar
forums-541dbf8af07874e9507249a7e62cc3c32475d475.tar.gz
forums-541dbf8af07874e9507249a7e62cc3c32475d475.tar.bz2
forums-541dbf8af07874e9507249a7e62cc3c32475d475.tar.xz
forums-541dbf8af07874e9507249a7e62cc3c32475d475.zip
- BBCode helpline is now customizable
git-svn-id: file:///svn/phpbb/trunk@6223 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/firebird_schema.sql')
-rw-r--r--phpBB/install/schemas/firebird_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql
index 71dd488963..942d802318 100644
--- a/phpBB/install/schemas/firebird_schema.sql
+++ b/phpBB/install/schemas/firebird_schema.sql
@@ -172,6 +172,7 @@ END;;
CREATE TABLE phpbb_bbcodes (
bbcode_id INTEGER DEFAULT 0 NOT NULL,
bbcode_tag VARCHAR(16) DEFAULT '' NOT NULL,
+ bbcode_helpline VARCHAR(255) DEFAULT '' NOT NULL,
display_on_posting INTEGER DEFAULT 0 NOT NULL,
bbcode_match VARCHAR(255) DEFAULT '' NOT NULL,
bbcode_tpl BLOB SUB_TYPE TEXT DEFAULT '' NOT NULL,