koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/updater updatedatabase [dev_week]


From: Kyle Hall
Subject: [Koha-cvs] koha/updater updatedatabase [dev_week]
Date: Fri, 09 Feb 2007 17:32:02 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   07/02/09 17:32:02

Modified files:
        updater        : updatedatabase 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=dev_week&r1=1.100.2.43.2.4&r2=1.100.2.43.2.5

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.43.2.4
retrieving revision 1.100.2.43.2.5
diff -u -b -r1.100.2.43.2.4 -r1.100.2.43.2.5
--- updatedatabase      21 Sep 2006 20:04:21 -0000      1.100.2.43.2.4
+++ updatedatabase      9 Feb 2007 17:32:02 -0000       1.100.2.43.2.5
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.43.2.4 2006/09/21 20:04:21 oleonard Exp $
+# $Id: updatedatabase,v 1.100.2.43.2.5 2007/02/09 17:32:02 kylemhall Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -635,6 +635,17 @@
                        extra   => '',
                },
        ],
+       accountlines =>  [
+               {
+                       field   => 'branchcode',
+                       type    => 'varchar(4)',
+                       null    => 'NULL',
+                       key             => '',
+                       default => '',
+                       extra   => '',
+               },
+       ],
+      
 );
 
 my %indexes = (
@@ -1625,6 +1636,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.43.2.5  2007/02/09 17:32:02  kylemhall
+# *** empty log message ***
+#
 # Revision 1.100.2.43.2.4  2006/09/21 20:04:21  oleonard
 # - adding system preferences for opacuserjs and intranetuserjs. Allows 
libraries to add custom javascript to be included in page headers
 # - consolidating OPAC javascript includes and enabling opacuserjs in templates




reply via email to

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