* @param string $column name
* @return bool success or fail
*/
- function db_should_replace($table, $column = ''): bool {
+ function db_should_replace($table, $column = '', $additionalskiptables = ''): bool {
- // TODO: this is horrible hack, we should do whitelisting and each plugin should be responsible for proper replacing...
+ // TODO: this is horrible hack, we should have a hook and each plugin should be responsible for proper replacing...
$skiptables = ['config', 'config_plugins', 'filter_config', 'sessions',
'events_queue', 'repository_instance_config', 'block_instances', 'files'];