Skip to content

Commit

Permalink
Revert "Fix passing of producer args from SQL::Translator::Diff. (#117)"
Browse files Browse the repository at this point in the history
This reverts commit ccbb34c.
  • Loading branch information
rabbiveesh committed Jul 8, 2022
1 parent 8faa4e8 commit 855018a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/SQL/Translator/Diff.pm
Expand Up @@ -272,7 +272,8 @@ sub produce_diff_sql {
producer_type => $self->output_db,
add_drop_table => 0,
no_comments => 1,
producer_args => $self->producer_args,
# TODO: sort out options
%{ $self->producer_args }
);
$translator->producer_args->{no_transaction} = 1;
my $schema = $translator->schema;
Expand Down

0 comments on commit 855018a

Please sign in to comment.