aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/sqlite_schema.sql
diff options
context:
space:
mode:
authorErik Frèrejean <erikfrerejean@phpbb.com>2011-01-11 18:12:25 +0100
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-23 21:15:40 -0500
commit5dee60e54e99913e1804d2c74f94b6e9ada390a7 (patch)
tree39291f93861d15d6f818223594b05c658510a9ca /phpBB/install/schemas/sqlite_schema.sql
parent1b88f5a316b64640807ddb14519a3d93d2238cc8 (diff)
downloadforums-5dee60e54e99913e1804d2c74f94b6e9ada390a7.tar
forums-5dee60e54e99913e1804d2c74f94b6e9ada390a7.tar.gz
forums-5dee60e54e99913e1804d2c74f94b6e9ada390a7.tar.bz2
forums-5dee60e54e99913e1804d2c74f94b6e9ada390a7.tar.xz
forums-5dee60e54e99913e1804d2c74f94b6e9ada390a7.zip
[ticket/7778] Update all the schema files
Correct all the schema files to contain the new field type PHPBB3-7778
Diffstat (limited to 'phpBB/install/schemas/sqlite_schema.sql')
-rw-r--r--phpBB/install/schemas/sqlite_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/sqlite_schema.sql b/phpBB/install/schemas/sqlite_schema.sql
index 7ee821d395..8661bb7578 100644
--- a/phpBB/install/schemas/sqlite_schema.sql
+++ b/phpBB/install/schemas/sqlite_schema.sql
@@ -108,7 +108,7 @@ CREATE INDEX phpbb_banlist_ban_ip ON phpbb_banlist (ban_ip, ban_exclude);
# Table: 'phpbb_bbcodes'
CREATE TABLE phpbb_bbcodes (
- bbcode_id tinyint(3) NOT NULL DEFAULT '0',
+ bbcode_id INTEGER UNSIGNED NOT NULL DEFAULT '0',
bbcode_tag varchar(16) NOT NULL DEFAULT '',
bbcode_helpline varchar(255) NOT NULL DEFAULT '',
display_on_posting INTEGER UNSIGNED NOT NULL DEFAULT '0',