1 system.install | system_update_1069() |
Removes an unused state value.
Related topics
File
- core/
modules/ system/ system.install, line 3227 - Install, update and uninstall functions for the system module.
Code
function system_update_1069() {
state_del('backdrop_utf8mb4_tables');
}