Bug 13969: (QA followup) Delete issues before borrowers
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
f863292a92
commit
31f60fd522
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ my $dbh = C4::Context->dbh;
|
|||
$dbh->{AutoCommit} = 0;
|
||||
$dbh->{RaiseError} = 1;
|
||||
$dbh->do('DELETE FROM reviews');
|
||||
$dbh->do('DELETE FROM issues');
|
||||
$dbh->do('DELETE FROM borrowers');
|
||||
|
||||
# ---------- Some borrowers for testing -------------------
|
||||
|
|
Loading…
Reference in a new issue