Bug 5377: (follow-up) there is no index on deletedbiblioitems.issn
This patch removes a trailing space and remove the issn index deletion (it does not exist on deletedbiblioitems). Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
4e936f9c42
commit
9ee4f41555
1 changed files with 1 additions and 2 deletions
|
@ -8427,7 +8427,6 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
||||||
");
|
");
|
||||||
|
|
||||||
$dbh->do("ALTER TABLE deletedbiblioitems DROP INDEX isbn");
|
$dbh->do("ALTER TABLE deletedbiblioitems DROP INDEX isbn");
|
||||||
$dbh->do("ALTER TABLE deletedbiblioitems DROP INDEX issn");
|
|
||||||
$dbh->do("ALTER TABLE deletedbiblioitems
|
$dbh->do("ALTER TABLE deletedbiblioitems
|
||||||
CHANGE isbn isbn MEDIUMTEXT NULL DEFAULT NULL,
|
CHANGE isbn isbn MEDIUMTEXT NULL DEFAULT NULL,
|
||||||
CHANGE issn issn MEDIUMTEXT NULL DEFAULT NULL
|
CHANGE issn issn MEDIUMTEXT NULL DEFAULT NULL
|
||||||
|
|
Loading…
Reference in a new issue