[Koha-cvs] koha/misc biblio_framework.sql [dev_week]

Chris Cormack chris at katipo.co.nz
Tue May 9 17:12:50 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	dev_week
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	06/05/09 15:12:50

Modified files:
	misc           : biblio_framework.sql 

Log message:
	Some more columns, just temporary for testing purposes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/biblio_framework.sql.diff?only_with_tag=dev_week&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: koha/misc/biblio_framework.sql
diff -u koha/misc/biblio_framework.sql:1.1.2.1 koha/misc/biblio_framework.sql:1.1.2.2
--- koha/misc/biblio_framework.sql:1.1.2.1	Tue May  9 08:35:46 2006
+++ koha/misc/biblio_framework.sql	Tue May  9 15:12:50 2006
@@ -1,2 +1,6 @@
 alter table biblio add frameworkcode char(4);
 update biblio,marc_biblio set biblio.frameworkcode=marc_biblio.frameworkcode where marc_biblio.biblionumber=biblio.biblionumber;
+alter table biblioitems add marcxml text;
+alter table biblioitems add lcsort varchar(25);
+alter table items add onloan date;
+alter table items add Cutterextra varchar(45);





More information about the Koha-cvs mailing list