Index: /branches/release-40/lib/MT/Object.pm
===================================================================
--- /branches/release-40/lib/MT/Object.pm (revision 2548)
+++ /branches/release-40/lib/MT/Object.pm (revision 2608)
@@ -499,12 +499,9 @@
         indexes => {
             $id_field => 1,
-            id_type   => { columns => [ $id_field, 'type' ] },
-            id_type_vchar => { columns => [ $id_field, 'type', 'vchar_idx' ] },
-            id_type_vdt => { columns => [ $id_field, 'type',
-                'vdatetime_idx' ] },
-            id_type_vint => { columns => [ $id_field, 'type',
-                'vinteger_idx' ] },
-            id_type_vflt => { columns => [ $id_field, 'type',
-                'vfloat_idx' ] },
+            id_type    => { columns => [ $id_field, 'type' ] },
+            type_vchar => { columns => [ 'type', 'vchar_idx'     ] },
+            type_vdt   => { columns => [ 'type', 'vdatetime_idx' ] },
+            type_vint  => { columns => [ 'type', 'vinteger_idx'  ] },
+            type_vflt  => { columns => [ 'type', 'vfloat_idx'    ] },
         },
         primary_key => [ $id_field, 'type' ],
Index: /branches/release-40/build/mt-dists/default.mk
===================================================================
--- /branches/release-40/build/mt-dists/default.mk (revision 2545)
+++ /branches/release-40/build/mt-dists/default.mk (revision 2608)
@@ -2,5 +2,5 @@
 
 PRODUCT_VERSION = 4.2
-SCHEMA_VERSION = 4.0063
+SCHEMA_VERSION = 4.0064
 API_VERSION = 4.2
 
