function system_update_134 in Drupal 5
Same name and namespace in other branches
- 4 database/updates.inc \system_update_134()
File
- modules/
system/ system.install, line 1635
Code
function system_update_134() {
$ret = array();
$ret[] = update_sql('ALTER TABLE {blocks} DROP types');
return $ret;
}