an improvement has been done in DB calls that needs a new index. It's automatically...
authortipaul <tipaul>
Tue, 14 Dec 2004 15:48:34 +0000 (15:48 +0000)
committertipaul <tipaul>
Tue, 14 Dec 2004 15:48:34 +0000 (15:48 +0000)
commite54459b76321a55a0ace15f011649761a424657d
tree4d6f9ae56f0dd1ddb0000c0b57b42f5ddfcde7b5
parent000a96fb4bb21a97fee3966fde62e6625ffac783
an improvement has been done in DB calls that needs a new index. It's automatically added in fresh installs, but for updates, run the following SQL command :
ALTER TABLE `marc_subfield_structure` ADD INDEX ( `kohafield` )
C4/Context.pm