Index: trigger.install =================================================================== RCS file: /cvs/drupal/drupal/modules/trigger/trigger.install,v retrieving revision 1.5 diff -u -p -r1.5 trigger.install --- trigger.install 28 Dec 2007 12:02:52 -0000 1.5 +++ trigger.install 18 Aug 2008 03:40:49 -0000 @@ -36,7 +36,7 @@ function trigger_schema() { ), 'op' => array( 'type' => 'varchar', - 'length' => 32, + 'length' => 64, 'not null' => TRUE, 'default' => '', 'description' => t('Primary Key: The specific operation of the hook upon which an action is firing: for example, presave.'),