You are here

function system_update_176 in Drupal 4

Same name and namespace in other branches
  1. 5 modules/system/system.install \system_update_176()

File

database/updates.inc, line 1708

Code

function system_update_176() {
  $ret = array();
  $ret[] = update_sql('ALTER TABLE {filter_formats} ADD UNIQUE (name)');
  return $ret;
}