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

Antoine Farnault antoine at koha-fr.org
Tue Oct 31 18:41:51 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/31 17:41:51

Modified files:
	updater        : updatedatabase 

Log message:
	items.holdingbranch must be varchar(10)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.14&r2=1.157.2.15

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.14
retrieving revision 1.157.2.15
diff -u -b -r1.157.2.14 -r1.157.2.15
--- updatedatabase	30 Oct 2006 09:41:45 -0000	1.157.2.14
+++ updatedatabase	31 Oct 2006 17:41:51 -0000	1.157.2.15
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.157.2.14 2006/10/30 09:41:45 btoumi Exp $
+# $Id: updatedatabase,v 1.157.2.15 2006/10/31 17:41:51 toins Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -679,6 +679,14 @@
 			default	=> '',
 			extra	=> '',
 		},
+		{
+			field	=> 'holdingbranch',
+			type	=> 'varchar(10)',
+			null	=> 'NULL',
+			key		=> '',
+			default	=> '',
+			extra	=> '',
+		}
 	],
 	itemtypes => [
 	    {
@@ -1859,6 +1867,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.157.2.15  2006/10/31 17:41:51  toins
+# items.holdingbranch must be varchar(10)
+#
 # Revision 1.157.2.14  2006/10/30 09:41:45  btoumi
 # remove auto increment for accountno in accountlines table
 #





More information about the Koha-cvs mailing list