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

Chris Cormack chris at katipo.co.nz
Tue May 9 10:35:46 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	dev_week
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	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;





More information about the Koha-cvs mailing list