mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 10:40:58 +02:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
@ -2127,7 +2127,7 @@ class tools implements tools_interface
|
|||||||
}
|
}
|
||||||
// no break
|
// no break
|
||||||
case 'mysql_41':
|
case 'mysql_41':
|
||||||
$statements[] = 'ALTER TABLE ' . $table_name . ' ADD INDEX ' . $index_name . '(' . implode(', ', $column) . ')';
|
$statements[] = 'ALTER TABLE ' . $table_name . ' ADD INDEX ' . $index_name . ' (' . implode(', ', $column) . ')';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'mssql':
|
case 'mssql':
|
||||||
|
Reference in New Issue
Block a user