[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/zebraplugin/utils biblio_framework.sql [dev_week]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/zebraplugin/utils biblio_framework.sql [dev_week] |
Date: |
Tue, 28 Nov 2006 14:46:00 +0000 |
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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/zebraplugin/utils biblio_framework.sql [dev_week],
Joshua Ferraro <=