diff --git a/lib/NGCP/Cleanup.pm b/lib/NGCP/Cleanup.pm index 1ec351a..3ec0ab3 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 }) {