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