Index: branches/release-33/lib/MT/TheSchwartz/Error.pm
===================================================================
--- branches/release-33/lib/MT/TheSchwartz/Error.pm (revision 1488)
+++ branches/release-33/lib/MT/TheSchwartz/Error.pm (revision 1722)
@@ -19,7 +19,8 @@
     datasource  => 'ts_error',
     indexes => {
-        error_time => 1,
         jobid => 1,
-        funcid => 1,
+        funcid_time => {
+            columns => ['funcid', 'error_time'],
+        },
     },
     defaults => {
@@ -27,6 +28,4 @@
     },
     cacheable => 0,
-    # not captured:
-    # index (funcid, error_time)
 });
 
