1
0
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:
Daniel James
2024-08-12 20:57:23 +01:00
committed by Marc Alexander
parent 1729e3f52b
commit c2725b441c
4 changed files with 10 additions and 9 deletions

View File

@@ -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', ''],
],
],
];