Index: modules/block/block.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/block/block.install,v
retrieving revision 1.38
diff -u -p -r1.38 block.install
--- modules/block/block.install	3 Feb 2010 18:16:23 -0000	1.38
+++ modules/block/block.install	23 Feb 2010 16:12:50 -0000
@@ -271,6 +271,7 @@ function block_update_7001() {
  * {boxes} to {block_custom}.
  */
 function block_update_7002() {
+  db_drop_index('blocks', 'list');
   db_rename_table('blocks', 'block');
   db_rename_table('blocks_roles', 'block_role');
   db_rename_table('boxes', 'block_custom');
@@ -280,7 +281,6 @@ function block_update_7002() {
  * Change the weight column to normal int.
  */
 function block_update_7003() {
-  db_drop_index('block', 'list');
   db_change_field('block', 'weight', 'weight', array(
     'type' => 'int',
     'not null' => TRUE,
