mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17326] Change column length of icon and update ACP language
PHPBB-17326
This commit is contained in:
committed by
Marc Alexander
parent
1729e3f52b
commit
c2725b441c
@@ -32,7 +32,7 @@ class add_bbcode_font_icon extends \phpbb\db\migration\migration
|
||||
return [
|
||||
'add_columns' => [
|
||||
$this->table_prefix . 'bbcodes' => [
|
||||
'bbcode_font_icon' => ['VCHAR:50', ''],
|
||||
'bbcode_font_icon' => ['VCHAR:64', ''],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user