[Koha-cvs] CVS: koha database.mysql,1.2.2.1,1.2.2.2

Paul POULAIN tipaul at users.sourceforge.net
Sat May 11 14:15:20 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	database.mysql 
Log Message:
added indexes to aqorders SPEEEEEEEEEEEEEDs up in acquisition module. I'm quite proud of the result of this 2 lines patch...


Index: database.mysql
===================================================================
RCS file: /cvsroot/koha/koha/database.mysql,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** database.mysql	10 May 2002 16:04:39 -0000	1.2.2.1
--- database.mysql	11 May 2002 12:15:17 -0000	1.2.2.2
***************
*** 183,186 ****
--- 183,187 ----
    unititle text,
    notes text,
+   abstract text,
    serial tinyint(1),
    seriestitle text,
***************
*** 210,213 ****
--- 211,215 ----
    classification varchar(25),
    itemtype varchar(4),
+   url varchar(255),
    isbn varchar(14),
    issn varchar(9),





More information about the Koha-cvs mailing list