mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/7778] Update all the schema files [ticket/7778] Add the column change to `mysql_upgrader.php` [ticket/7778] BBCode single limit Conflicts: phpBB/install/database_update.php
This commit is contained in:
@@ -213,7 +213,7 @@ CREATE INDEX phpbb_banlist_ban_ip ON phpbb_banlist (ban_ip, ban_exclude);
|
||||
Table: 'phpbb_bbcodes'
|
||||
*/
|
||||
CREATE TABLE phpbb_bbcodes (
|
||||
bbcode_id INT2 DEFAULT '0' NOT NULL,
|
||||
bbcode_id INT2 DEFAULT '0' NOT NULL CHECK (bbcode_id >= 0),
|
||||
bbcode_tag varchar(16) DEFAULT '' NOT NULL,
|
||||
bbcode_helpline varchar(255) DEFAULT '' NOT NULL,
|
||||
display_on_posting INT2 DEFAULT '0' NOT NULL CHECK (display_on_posting >= 0),
|
||||
|
Reference in New Issue
Block a user