mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +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
@@ -254,7 +254,7 @@ END;
|
||||
Table: 'phpbb_bbcodes'
|
||||
*/
|
||||
CREATE TABLE phpbb_bbcodes (
|
||||
bbcode_id number(3) DEFAULT '0' NOT NULL,
|
||||
bbcode_id number(4) DEFAULT '0' NOT NULL,
|
||||
bbcode_tag varchar2(16) DEFAULT '' ,
|
||||
bbcode_helpline varchar2(765) DEFAULT '' ,
|
||||
display_on_posting number(1) DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user