diff --git a/lib/NGCP/Cleanup.pm b/lib/NGCP/Cleanup.pm index 9319101..2e2bd28 100644 --- a/lib/NGCP/Cleanup.pm +++ b/lib/NGCP/Cleanup.pm @@ -739,7 +739,7 @@ SQL $cursor = shift @{ $res }; my $keys = shift @{ $res }; - my $sql = "INSERT INTO $table (" . join(',', @cols) . ") VALUES "; + my $sql = "INSERT IGNORE INTO $table (" . join(',', @cols) . ") VALUES "; my %vals = (); foreach my $key (@{ $keys }) {