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

Joshua Ferraro jmf at kados.org
Tue Nov 28 15:46:00 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/11/28 14:46:00

Modified files:
	zebraplugin/utils: biblio_framework.sql 

Log message:
	some changes to deleteditems table so that deleteditems are saved

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.2&r2=1.1.2.3

Patches:
Index: biblio_framework.sql
===================================================================
RCS file: /sources/koha/koha/zebraplugin/utils/Attic/biblio_framework.sql,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- biblio_framework.sql	23 Oct 2006 14:52:01 -0000	1.1.2.2
+++ biblio_framework.sql	28 Nov 2006 14:45:59 -0000	1.1.2.3
@@ -7,3 +7,7 @@
 alter table items add Cutterextra varchar(45);
 alter table biblioitems add ccode varchar(4);
 alter table issues add issue_date date;
+
+alter table deleteditems add Cutterextra varchar(45);
+alter table deleteditems add onloan date;;
+alter table deleteditems change barcode barcode varchar(20);





More information about the Koha-cvs mailing list