mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7033 from open-sausages/pulls/4.0/remove-parse-indexspec
FIX Remove reference to removed method parseIndexSpec
This commit is contained in:
commit
8c91d48d3a
@ -314,7 +314,6 @@ class MySQLSchemaManager extends DBSchemaManager
|
||||
|
||||
public function alterIndex($tableName, $indexName, $indexSpec)
|
||||
{
|
||||
$indexSpec = $this->parseIndexSpec($indexName, $indexSpec);
|
||||
$this->query(sprintf('ALTER TABLE "%s" DROP INDEX "%s"', $tableName, $indexName));
|
||||
$this->query(sprintf(
|
||||
'ALTER TABLE "%s" ADD %s "%s" %s',
|
||||
|
Loading…
Reference in New Issue
Block a user