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