Koha/misc/cronjobs
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
..
backup.sh Several important commits: 2007-12-22 18:26:39 -06:00
build_browser_and_cloud.pl installer: command-line scripts improve finding C4 modules 2007-12-17 09:13:54 -06:00
fines-sanop.pl moving some files and deleting cataloguing/updateitem.pl, the _real_ updateitem.pl is in catalogue/ 2007-12-30 12:09:52 -06:00
fines2.pl item rework: replace direct SQL update of items 2008-01-03 16:24:38 -06:00
j2a.pl installer: command-line scripts improve finding C4 modules 2007-12-17 09:13:54 -06:00
longoverdue.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
notifyMailsOp.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
overduenotices-30.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
overduenotices-csv.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
overduenotices.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
reservefix.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
services_throttle.pl installer: command-line scripts improve finding C4 modules 2007-12-17 09:13:54 -06:00
smsoverdues.pl installer: command-line scripts improve finding C4 modules 2007-12-17 09:13:54 -06:00
update_items.pl created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
zebraqueue_start.pl installer: command-line scripts improve finding C4 modules 2007-12-17 09:13:54 -06:00