fix charset upgrade script
This commit is contained in:
parent
7ecc11888f
commit
427c1cff87
1 changed files with 3 additions and 0 deletions
|
|
@ -91,6 +91,9 @@ sub repairDBCharset {
|
|||
}
|
||||
}
|
||||
|
||||
unshift @stmts, "ALTER TABLE `assetIndex` DROP INDEX `keywords`";
|
||||
push @stmts, "ALTER TABLE `assetIndex` ADD FULLTEXT INDEX `keywords` (`keywords`)";
|
||||
|
||||
for my $stmt (@stmts) {
|
||||
$dbh->do($stmt);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue