X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2FUSTVA_abstraction.pl;h=fe64a9224a9ce4185ac90a9ee9440bb143ba9fe9;hb=1d99e3e9537f75342a9f20f1e89a3e8cb4bb5444;hp=fc1638cd035ce465ef3e65f784d8ff98c03f3438;hpb=245d5036b6fbc2c9e4692244aff22d5188771e09;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/USTVA_abstraction.pl b/sql/Pg-upgrade2/USTVA_abstraction.pl index fc1638cd0..fe64a9224 100644 --- a/sql/Pg-upgrade2/USTVA_abstraction.pl +++ b/sql/Pg-upgrade2/USTVA_abstraction.pl @@ -147,7 +147,7 @@ sub do_copy { sub run { my ($self) = @_; - return $self->create_tables && $self->do_copy; + return $self->create_tables && $self->do_copy ? 1 : undef; } 1;