[Koha-cvs] CVS: koha/updater updatedatabase,1.88,1.89

Paul POULAIN tipaul at users.sourceforge.net
Fri Jul 2 17:55:12 CEST 2004


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1585/updater

Modified Files:
	updatedatabase 
Log Message:
Adding 2 new fields, called "sort1" and "sort2"
They can be used for sorting & statistics reasons by the library.

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -r1.88 -r1.89
*** updatedatabase	26 Jun 2004 23:34:26 -0000	1.88
--- updatedatabase	2 Jul 2004 15:55:08 -0000	1.89
***************
*** 332,336 ****
  			'homezipcode' => 'varchar(25)',
      },
!     aqorders => { 'budgetdate' => 'date' },
      aqbudget => {'aqbudgetid' => 'tinyint(4) auto_increment primary key'},
      items => {'paidfor' => 'text'},
--- 332,338 ----
  			'homezipcode' => 'varchar(25)',
      },
!     aqorders => { 'budgetdate' => 'date',
! 				'sort1' => 'char(80)',
! 				'sort2' => 'char(80)', },
      aqbudget => {'aqbudgetid' => 'tinyint(4) auto_increment primary key'},
      items => {'paidfor' => 'text'},
***************
*** 1246,1249 ****
--- 1248,1255 ----
  
  # $Log$
+ # Revision 1.89  2004/07/02 15:55:08  tipaul
+ # Adding 2 new fields, called "sort1" and "sort2"
+ # They can be used for sorting & statistics reasons by the library.
+ #
  # Revision 1.88  2004/06/26 23:34:26  rangi
  # Fixing typo





More information about the Koha-cvs mailing list