[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.29,1.4.2.30

Finlay Thompson finlayt at users.sourceforge.net
Tue Nov 26 05:42:35 CET 2002


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

Modified Files:
      Tag: rel-1-2
	updatedatabase 
Log Message:

Added the publictype field to the itemtypes table. This is used in the hlt opac to assign images to each of the types.


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.29
retrieving revision 1.4.2.30
diff -C2 -r1.4.2.29 -r1.4.2.30
*** updatedatabase	12 Nov 2002 17:30:35 -0000	1.4.2.29
--- updatedatabase	26 Nov 2002 04:42:33 -0000	1.4.2.30
***************
*** 136,139 ****
--- 136,140 ----
  	       'expires_date' => 'date'},
      reserveconstraints=>{'reserveid' => 'int'},
+     itemtypes=>{'publictype' => 'char(30)'},
  );
  
***************
*** 425,428 ****
--- 426,433 ----
  
  # $Log$
+ # Revision 1.4.2.30  2002/11/26 04:42:33  finlayt
+ #
+ # Added the publictype field to the itemtypes table. This is used in the hlt opac to assign images to each of the types.
+ #
  # Revision 1.4.2.29  2002/11/12 17:30:35  tonnesen
  # change bookfundid to primary key in aqbookfund





More information about the Koha-cvs mailing list