summaryrefslogtreecommitdiff
path: root/database/updates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'database/updates.inc')
-rw-r--r--database/updates.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc
index f43cf57e5..ddf3c4500 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -1669,3 +1669,8 @@ function system_update_175() {
}
return array();
}
+
+function system_update_176() {
+ $ret[] = update_sql('ALTER TABLE {filter_formats} ADD UNIQUE KEY (name)');
+ return $ret;
+}