From c7623fc55c8f32a0a99e63723af0210280ae226d Mon Sep 17 00:00:00 2001 From: bob_lyon Date: Tue, 6 Jun 2006 23:42:46 +0000 Subject: [PATCH] Merging Katipo changes... Adding new system pref where one can still retrieve a correct reading record history if one has moved older data from issues to oldissues table to speed up issues speed --- updater/updatedatabase | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index b0a6bfb28e..2340be2663 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -427,6 +427,15 @@ my %tabledata = ( explanation => 'Are your patrons members of institutions', type => 'YesNo', }, + { + uniquefieldrequired => 'variable', + variable => 'ReadingHistory', + value => '0', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Allow reading record info retrievable from issues and oldissues tables', + type => 'YesNo', + }, ], ); @@ -1586,6 +1595,13 @@ sub MARCgetitem { exit; # $Log$ +# Revision 1.142 2006/06/06 23:42:46 bob_lyon +# Merging Katipo changes... +# +# Adding new system pref where one can still retrieve a correct reading +# record history if one has moved older data from issues to oldissues table +# to speed up issues speed +# # Revision 1.141 2006/06/01 03:18:11 rangi # Adding a new column to the statistics table # -- 2.39.5