1 system.install system_update_1092()

Removes the block_interest_cohort configuration added by system_update_1075().

see https://github.com/backdrop/backdrop-issues/issues/6199

For more information, see the change record at: https://docs.backdropcms.org/change-records/header-added-by-default-to-d...

Related topics

File

core/modules/system/system.install, line 3486
Install, update and uninstall functions for the system module.

Code

function system_update_1092() {
  config_clear('system.core', 'block_interest_cohort');
}