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

Kyle Hall kyle.m.hall at gmail.com
Fri Feb 9 18:32:02 CET 2007


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





More information about the Koha-cvs mailing list