[Koha-devel] CVS: koha database.mysql,1.2,1.3

Gynn Lomax truth_nz at users.sourceforge.net
Sun Apr 28 22:26:02 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv26808

Modified Files:
	database.mysql 
Log Message:
Modifications for new acqui.simple
Database includes new biblio abstract field and biblioitem url field
acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm


Index: database.mysql
===================================================================
RCS file: /cvsroot/koha/koha/database.mysql,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** database.mysql	17 May 2001 22:36:07 -0000	1.2
--- database.mysql	29 Apr 2002 05:25:41 -0000	1.3
***************
*** 179,182 ****
--- 179,183 ----
    unititle text,
    notes text,
+   abstract text,
    serial tinyint(1),
    seriestitle text,
***************
*** 206,209 ****
--- 207,211 ----
    classification varchar(25),
    itemtype varchar(4),
+   url varchar(255),
    isbn varchar(14),
    issn varchar(9),





More information about the Koha-devel mailing list