? trigger.install.patch
Index: trigger.install
===================================================================
RCS file: /usr/local/cvsroot/cvsr/drupal/code/modules/trigger/trigger.install,v
retrieving revision 1.2
diff -b -u -p -r1.2 trigger.install
--- trigger.install	23 Jan 2009 07:58:00 -0000	1.2
+++ trigger.install	1 Mar 2009 22:29:00 -0000
@@ -36,7 +36,7 @@ function trigger_schema() {
       ),
       'op' => array(
         'type' => 'varchar',
-        'length' => 32,
+        'length' => 64,
         'not null' => TRUE,
         'default' => '',
         'description' => 'Primary Key: The specific operation of the hook upon which an action is firing: for example, presave.',
