[Koha-cvs] CVS: koha/updater updatedatabase,1.46,1.47

Paul POULAIN tipaul at users.sourceforge.net
Thu May 15 14:23:35 CEST 2003


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv18005/updater

Modified Files:
	updatedatabase 
Log Message:
adding zipcode and homezipcode into borrowers table (bug #246

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** updatedatabase	8 May 2003 12:48:24 -0000	1.46
--- updatedatabase	15 May 2003 12:23:33 -0000	1.47
***************
*** 244,247 ****
--- 244,249 ----
      systempreferences => { 'explanation' => 'char(80)' },
      z3950servers      => { 'syntax'      => 'char(80)' },
+     borrowers => {'zipcode' => 'varchar(25)',
+     						'homezipcode' => 'varchar(25)'}
  );
  
***************
*** 779,782 ****
--- 781,787 ----
  
  # $Log$
+ # Revision 1.47  2003/05/15 12:23:33  tipaul
+ # adding zipcode and homezipcode into borrowers table (bug #246
+ #
  # Revision 1.46  2003/05/08 12:48:24  wolfpac444
  # Added "noissuescharge" parameter





More information about the Koha-cvs mailing list