koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/updater updatedatabase


From: Chris Cormack
Subject: [Koha-cvs] koha/updater updatedatabase
Date: Thu, 01 Jun 2006 03:18:11 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Chris Cormack <address@hidden>  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).
 #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]