[Koha-cvs] koha/zebraplugin/utils biblio_framework.sql [dev_week]

Joshua Ferraro jmf at kados.org
Mon Oct 23 16:52:01 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/10/23 14:52:01

Modified files:
	zebraplugin/utils: biblio_framework.sql 

Log message:
	add some missing biblioitems stuff

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/zebraplugin/utils/biblio_framework.sql?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: biblio_framework.sql
===================================================================
RCS file: /sources/koha/koha/zebraplugin/utils/Attic/biblio_framework.sql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- biblio_framework.sql	3 Jul 2006 21:56:45 -0000	1.1.2.1
+++ biblio_framework.sql	23 Oct 2006 14:52:01 -0000	1.1.2.2
@@ -1,6 +1,9 @@
 alter table biblio add frameworkcode char(4);
+alter table deletedbiblio 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);
+alter table biblioitems add ccode varchar(4);
+alter table issues add issue_date date;





More information about the Koha-cvs mailing list