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.88,1.89


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.88,1.89
Date: Fri, 02 Jul 2004 08:55:12 -0700

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




reply via email to

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