[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.29,1.4.2.30
From: |
Finlay Thompson |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.29,1.4.2.30 |
Date: |
Mon, 25 Nov 2002 20:42:35 -0800 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.29,1.4.2.30,
Finlay Thompson <=
- Prev by Date:
[Koha-cvs] CVS: koha/opac opac-readingrecord.pl,NONE,1.1.2.1 opac-userdetails.pl,NONE,1.1.2.1 opac-searchresults.pl,1.1.2.7,1.1.2.8 opac-user.pl,1.1.2.8,1.1.2.9
- Next by Date:
[Koha-cvs] CVS: koha/C4 Output.pm,1.6.2.24,1.6.2.25 Reserves2.pm,1.5.2.12,1.5.2.13
- Previous by thread:
[Koha-cvs] CVS: koha/opac opac-readingrecord.pl,NONE,1.1.2.1 opac-userdetails.pl,NONE,1.1.2.1 opac-searchresults.pl,1.1.2.7,1.1.2.8 opac-user.pl,1.1.2.8,1.1.2.9
- Next by thread:
[Koha-cvs] CVS: koha/C4 Output.pm,1.6.2.24,1.6.2.25 Reserves2.pm,1.5.2.12,1.5.2.13
- Index(es):