function system_update_6012
Add serialized field to cache tables. This is now handled directly by update.php, so this function is a no-op.
Related topics
Archivo
- drupal-6.x/
modules/ system/ system.install, line 1432
Código
function system_update_6012() {
return array();
}