Index: actions.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/actions/actions.install,v
retrieving revision 1.9
diff -b -u -p -r1.9 actions.install
--- actions.install	19 May 2008 02:59:27 -0000	1.9
+++ actions.install	23 May 2008 05:32:03 -0000
@@ -21,8 +21,7 @@ function actions_install() {
 
       // Stores action IDs for non-default actions.
       db_query("CREATE TABLE {actions_aid} (
-        aid bigint unsigned not null auto_increment unique,
-        PRIMARY KEY (aid)
+        aid bigint unsigned not null auto_increment PRIMARY KEY
       ) /*!40100 DEFAULT CHARACTER SET UTF8 */ ");
 
       // Maps action to hook and operation assignments from actions.module.
