[Koha-cvs] koha/updater updatedatabase

Robert Lyon bob at katipo.co.nz
Wed Jun 7 01:42:46 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Robert Lyon <bob_lyon>	06/06/06 23:42:46

Modified files:
	updater        : updatedatabase 

Log message:
	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

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&r1=1.141&r2=1.142

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -b -r1.141 -r1.142
--- updatedatabase	1 Jun 2006 03:18:11 -0000	1.141
+++ updatedatabase	6 Jun 2006 23:42:46 -0000	1.142
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.141 2006/06/01 03:18:11 rangi Exp $
+# $Id: updatedatabase,v 1.142 2006/06/06 23:42:46 bob_lyon Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -427,6 +427,15 @@
             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 @@
 exit;
 
 # $Log: updatedatabase,v $
+# 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
 #





More information about the Koha-cvs mailing list