Skip to content
Snippets Groups Projects
Commit 56bfefa7 authored by DaveD's avatar DaveD Committed by eileen
Browse files

rebuild triggers after utf8mb4 conversion

parent 0804328c
Branches
Tags
No related merge requests found
......@@ -889,6 +889,9 @@ MODIFY {$columnName} varchar( $length )
// Disable i18n rewrite.
CRM_Core_DAO::executeQuery($query, $params, TRUE, NULL, FALSE, FALSE);
}
// Rebuild triggers and other schema reconciliation if needed.
$logging = new CRM_Logging_Schema();
$logging->fixSchemaDifferences();
return TRUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment