Index: modules/image/image.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/image/image.install,v
retrieving revision 1.3
diff -u -9 -p -r1.3 image.install
--- modules/image/image.install	10 Sep 2009 06:38:18 -0000	1.3
+++ modules/image/image.install	23 Nov 2009 20:50:30 -0000
@@ -44,19 +44,19 @@ function image_schema() {
       ),
       'name' => array(
         'description' => 'The style name.',
         'type' => 'varchar',
         'length' => 255,
         'not null' => TRUE,
       ),
     ),
     'primary key' => array('isid'),
-    'indexes' => array(
+    'unique keys' => array(
       'name' => array('name'),
     ),
   );
 
   $schema['image_effects'] = array(
     'description' => 'Stores configuration options for image effects.',
     'fields' => array(
       'ieid' => array(
         'description' => 'The primary identifier for an image effect.',
