Koha/reserve
Galen Charlton 9222f7a6ca created old_issues and old_reserves tables
The new tables have the same structure and constraints
as the tables they archive with the following exceptions:

* borrowernumber and biblionumber in old_reserves can be
  NULL
* the FK constraints (e.g., for itemnumber) on old_reserves
  set the child column to NULL if the parent row is deleted
  instead of deleting the child row.
* there is no FK constraint on old_issues.branchcode, allowing
  a branch to be deleted without changing archived requests.

Some miscellaneous cleanup was done as part of this patch:

* GetMemberIssuesAndFines (C4::Members) now uses bind variables
* fixed POD for GetMemberIssuesAndFines

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:31 -05:00
..
modrequest.pl fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
placerequest.pl item rework: moved GetItem 2008-01-03 16:24:04 -06:00
renewscript.pl Fix for renewals not working at circulation 2008-02-18 21:42:27 -06:00
request.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00