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