[Koha-cvs] koha/updater updatedatabase

Bruno Toumi btoumi at ouestprovence.fr
Thu Jun 22 12:30:57 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Bruno Toumi <btoumi>	06/06/22 10:30:57

Modified files:
	updater        : updatedatabase 

Log message:
	modify firstname field caracteristic from borrowers table

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&r1=1.149&r2=1.150

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -b -r1.149 -r1.150
--- updatedatabase	20 Jun 2006 22:35:47 -0000	1.149
+++ updatedatabase	22 Jun 2006 10:30:57 -0000	1.150
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.149 2006/06/20 22:35:47 rangi Exp $
+# $Id: updatedatabase,v 1.150 2006/06/22 10:30:57 btoumi Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -547,6 +547,10 @@
 		},
 	],
 	borrowers => [
+		{	field => 'firstname',
+		 	type => 'text',
+		 	null => 'NULL',
+		 },
 		{	field => 'B_email',
 		 	type => 'text',
 		 	null => 'NULL',
@@ -1797,6 +1801,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.150  2006/06/22 10:30:57  btoumi
+# modify firstname field caracteristic from borrowers table
+#
 # Revision 1.149  2006/06/20 22:35:47  rangi
 # Code to allow the associated borrowers to work
 #





More information about the Koha-cvs mailing list