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