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