[Koha-cvs] koha/updater updatedatabase

Chris Cormack chris at katipo.co.nz
Thu Jun 1 05:18:11 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	06/06/01 03:18:11

Modified files:
	updater        : updatedatabase 

Log message:
	Adding a new column to the statistics table

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?tr1=1.140&tr2=1.141&r1=text&r2=text

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.140 koha/updater/updatedatabase:1.141
--- koha/updater/updatedatabase:1.140	Mon May 22 22:40:45 2006
+++ koha/updater/updatedatabase	Thu Jun  1 03:18:11 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.140 2006/05/22 22:40:45 rangi Exp $
+# $Id: updatedatabase,v 1.141 2006/06/01 03:18:11 rangi Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -176,6 +176,7 @@
 	aqbudget => { 'branchcode' => 'varchar(4) NULL'},
 	auth_header => { 'marc' => 'BLOB NOT NULL', 'linkid' => 'BIGINT(20) NULL'},
 	auth_subfield_structure =>{ 'hidden' => 'TINYINT(3) NOT NULL UNSIGNED ZEROFILL', 'kohafield' => 'VARCHAR(45) NOT NULL', 'linkid' =>  'TINYINT(1) NOT NULL UNSIGNED', 'isurl' => 'TINYINT(1) UNSIGNED'},
+        statistics => { 'associatedborrower' => 'integer'},
 #    tablename        => { 'field' => 'fieldtype' },
 );
 
@@ -1585,6 +1586,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.141  2006/06/01 03:18:11  rangi
+# Adding a new column to the statistics table
+#
 # Revision 1.140  2006/05/22 22:40:45  rangi
 # Adding new systempreference allowing for the library to add borrowers to institutions (rest homes, parishes, schools, classes etc).
 #





More information about the Koha-cvs mailing list