Skip to content

Commit

Permalink
[K6.2] Missing call for $db on php file to update collation
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Jan 24, 2024
1 parent 168a499 commit d125dd2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -25,6 +25,8 @@
*/
function kunena_624_2022_01_24_change_collation_columns_on_tables($parent)
{
$db = Factory::getDbo();

// Change to varchar 250 the columns which are in varchar 255 because it blocks then the conversion to utf8mb4
$listKunenaTables = [$db->getPrefix().'kunena_aliases', $db->getPrefix().'kunena_announcement', $db->getPrefix().'kunena_attachments', $db->getPrefix().'kunena_categories', $db->getPrefix().'kunena_configuration',
$db->getPrefix().'kunena_karma', $db->getPrefix().'kunena_topics', $db->getPrefix().'kunena_messages', $db->getPrefix().'kunena_messages_text', $db->getPrefix().'kunena_polls', $db->getPrefix().'kunena_polls_options',
Expand Down

0 comments on commit d125dd2

Please sign in to comment.