summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index e3285ce43..5c9d19c78 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2021,7 +2021,6 @@ function system_update_7018() {
db_drop_index('system', 'type_name');
db_change_field('system', 'type', 'type', array('type' => 'varchar', 'length' => 12, 'not null' => TRUE, 'default' => ''));
db_add_index('system', 'type_name', array('type', 'name'));
- db_add_index('system', 'system_list', array('weight', 'name'));
}
/**