[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc/sql-datas/en/mandatory 02_authorities...
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/misc/sql-datas/en/mandatory 02_authorities... |
Date: |
Tue, 03 Jul 2007 15:58:29 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Joshua Ferraro <kados> 07/07/03 15:58:29
Modified files:
misc/sql-datas/en/mandatory: 02_authorities_normal_marc21.sql
Log message:
Turn off foreign key check for the installation
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/sql-datas/en/mandatory/02_authorities_normal_marc21.sql?cvsroot=koha&r1=1.3&r2=1.4
Patches:
Index: 02_authorities_normal_marc21.sql
===================================================================
RCS file:
/sources/koha/koha/misc/sql-datas/en/mandatory/02_authorities_normal_marc21.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- 02_authorities_normal_marc21.sql 20 Mar 2007 05:05:22 -0000 1.3
+++ 02_authorities_normal_marc21.sql 3 Jul 2007 15:58:29 -0000 1.4
@@ -1,3 +1,4 @@
+SET FOREIGN_KEY_CHECKS=0;
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield,
liblibrarian, libopac, repeatable, mandatory, tab, authorised_value,
value_builder, seealso) VALUES ('','010','a','LC control
number','',0,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield,
liblibrarian, libopac, repeatable, mandatory, tab, authorised_value,
value_builder, seealso) VALUES ('','010','z','Canceled/invalid LC control
number','',1,0,0,NULL,NULL,NULL);
INSERT INTO auth_subfield_structure (authtypecode, tagfield, tagsubfield,
liblibrarian, libopac, repeatable, mandatory, tab, authorised_value,
value_builder, seealso) VALUES ('','010','8','Field link and sequence
number','',1,0,0,NULL,NULL,NULL);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/misc/sql-datas/en/mandatory 02_authorities...,
Joshua Ferraro <=