View | Details | Raw Unified | Return to bug 41008
Collapse All | Expand All

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +1 lines)
Lines 236-242 if ($delete) { Link Here
236
        $dbh->do("ALTER TABLE items AUTO_INCREMENT = 1");
236
        $dbh->do("ALTER TABLE items AUTO_INCREMENT = 1");
237
    } else {
237
    } else {
238
        print "Deleting authorities\n";
238
        print "Deleting authorities\n";
239
        $dbh->do("truncate auth_header");
239
        $dbh->do("DELETE FROM auth_header");
240
    }
240
    }
241
    $dbh->do("truncate zebraqueue");
241
    $dbh->do("truncate zebraqueue");
242
}
242
}
243
- 

Return to bug 41008