summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'import.bugzilla.php')
-rw-r--r--import.bugzilla.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/import.bugzilla.php b/import.bugzilla.php
index d821449..cc3237b 100644
--- a/import.bugzilla.php
+++ b/import.bugzilla.php
@@ -34,6 +34,9 @@
$sql = "DELETE FROM bugzilla;";
$db->query($sql);
+
+ $sql = "DELETE FROM package_bugs WHERE status = 1;";
+ $db->query($sql);
if($verbose) {
shell::msg("importing bugs");