[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc biblio_framework.sql [dev_week]
From: |
Chris Cormack |
Subject: |
[Koha-cvs] koha/misc biblio_framework.sql [dev_week] |
Date: |
Tue, 09 May 2006 08:35:46 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Chris Cormack <address@hidden> 06/05/09 08:35:46
Added files:
misc : biblio_framework.sql
Log message:
Script to shift frameworkcode to biblio from marc_biblio
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/biblio_framework.sql?only_with_tag=dev_week&rev=1.1.2.1
Patches:
Index: koha/misc/biblio_framework.sql
diff -u /dev/null koha/misc/biblio_framework.sql:1.1.2.1
--- /dev/null Tue May 9 08:35:46 2006
+++ koha/misc/biblio_framework.sql Tue May 9 08:35:46 2006
@@ -0,0 +1,2 @@
+alter table biblio add frameworkcode char(4);
+update biblio,marc_biblio set biblio.frameworkcode=marc_biblio.frameworkcode
where marc_biblio.biblionumber=biblio.biblionumber;
- [Koha-cvs] koha/misc biblio_framework.sql [dev_week],
Chris Cormack <=