1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/7778] Update all the schema files

Correct all the schema files to contain the new field type

PHPBB3-7778
This commit is contained in:
Erik Frèrejean
2011-01-11 18:12:25 +01:00
committed by Oleg Pudeyev
parent 1b88f5a316
commit 5dee60e54e
5 changed files with 5 additions and 5 deletions

View File

@@ -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',