sqlCompileCommands
The sqlCompileCommands hook is triggered when compiling the database update
commands. It passes the array of changes and expects the same as return value.
Parameters
array
$sqlArray of changes that should be applied to the database.
Return Values
Return the array of changes that should be applied to the database.