1 system.install system_update_1079()

Clear the cache to reset allowlist settings.

This update has been removed because it causes a regression when later update hooks create cache tables.

See also

https://github.com/backdrop/backdrop-issues/issues/6974

Related topics

File

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

Code

function system_update_1079() {
  // This update has been removed.
}