Fixed "database_events."
Ken Youens-Clark [Wed, 15 Apr 2009 18:47:32 +0000 (18:47 +0000)]
lib/SQL/Translator/Producer/XML/SQLFairy.pm

index 972ffe1..97877e2 100644 (file)
@@ -286,7 +286,7 @@ sub produce {
     #
     xml_obj_children( $xml, $schema,
         tag    => 'trigger',
-        methods => [qw/name database_event action on_table perform_action_when
+        methods => [qw/name database_events action on_table perform_action_when
             fields order extra/],
     );