diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-18 04:36:38 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-18 04:36:38 +0000 |
commit | aea6fe8feb2393b92b11044dda37a24b8b249d68 (patch) | |
tree | 3d8ee6f8bf1eb8be54ff4c07e36ee970ff30d9e7 /modules/system/system.install | |
parent | c1ca8a08da8edfa0c7710e48169d8974d934978a (diff) | |
download | brdo-aea6fe8feb2393b92b11044dda37a24b8b249d68.tar.gz brdo-aea6fe8feb2393b92b11044dda37a24b8b249d68.tar.bz2 |
#563106 follow-up by adrian: More upgrade path fixes.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 1 |
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')); } /** |