This commit is contained in:
tipaul 2004-05-28 09:56:21 +00:00
parent 51fa01b732
commit 9c8d22eefa

View file

@ -225,8 +225,7 @@ my %requiretables = (
authorised_value char(10) default NULL, authorised_value char(10) default NULL,
value_builder char(80) default NULL, value_builder char(80) default NULL,
seealso char(255) default NULL, seealso char(255) default NULL,
PRIMARY KEY (authtype,tagfield,tagsubfield), PRIMARY KEY (authtypecode,tagfield,tagsubfield),
KEY kohafield (kohafield),
KEY tab (tab) KEY tab (tab)
)", )",
auth_tag_structure => "( auth_tag_structure => "(
@ -237,7 +236,7 @@ my %requiretables = (
repeatable tinyint(4) NOT NULL default '0', repeatable tinyint(4) NOT NULL default '0',
mandatory tinyint(4) NOT NULL default '0', mandatory tinyint(4) NOT NULL default '0',
authorised_value char(10) default NULL, authorised_value char(10) default NULL,
PRIMARY KEY (authtype,tagfield) PRIMARY KEY (authtypecode,tagfield)
)", )",
auth_header => "( auth_header => "(
authid bigint(20) unsigned NOT NULL auto_increment, authid bigint(20) unsigned NOT NULL auto_increment,
@ -1161,6 +1160,9 @@ $sth->finish;
exit; exit;
# $Log$ # $Log$
# Revision 1.81 2004/05/28 09:56:21 tipaul
# bugfix
#
# Revision 1.80 2004/05/28 08:32:00 tipaul # Revision 1.80 2004/05/28 08:32:00 tipaul
# adding : # adding :
# * MARC authority file # * MARC authority file