mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/7778] Add the column change to mysql_upgrader.php
PHPBB3-7778
This commit is contained in:
parent
a7bc76d246
commit
1b88f5a316
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ function get_schema_struct()
|
||||||
|
|
||||||
$schema_data['phpbb_bbcodes'] = array(
|
$schema_data['phpbb_bbcodes'] = array(
|
||||||
'COLUMNS' => array(
|
'COLUMNS' => array(
|
||||||
'bbcode_id' => array('TINT:3', 0),
|
'bbcode_id' => array('USINT', 0),
|
||||||
'bbcode_tag' => array('VCHAR:16', ''),
|
'bbcode_tag' => array('VCHAR:16', ''),
|
||||||
'bbcode_helpline' => array('VCHAR_UNI', ''),
|
'bbcode_helpline' => array('VCHAR_UNI', ''),
|
||||||
'display_on_posting' => array('BOOL', 0),
|
'display_on_posting' => array('BOOL', 0),
|
||||||
|
|
Loading…
Add table
Reference in a new issue