mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +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:
committed by
Oleg Pudeyev
parent
1b88f5a316
commit
5dee60e54e
@@ -110,7 +110,7 @@ CREATE TABLE phpbb_banlist (
|
||||
|
||||
# Table: 'phpbb_bbcodes'
|
||||
CREATE TABLE phpbb_bbcodes (
|
||||
bbcode_id tinyint(3) DEFAULT '0' NOT NULL,
|
||||
bbcode_id smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
bbcode_tag varchar(16) DEFAULT '' NOT NULL,
|
||||
bbcode_helpline varchar(255) DEFAULT '' NOT NULL,
|
||||
display_on_posting tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user