koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.46,1.47
Date: Thu, 15 May 2003 05:23:35 -0700

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




reply via email to

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