mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7075 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ef879f43f7
commit
424a520d0e
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ foreach ($database_update_info as $version => $schema_changes)
|
||||||
{
|
{
|
||||||
foreach ($index_array as $index_name => $column)
|
foreach ($index_array as $index_name => $column)
|
||||||
{
|
{
|
||||||
sql_create_unique_index($dbms, $index_name, $table_name, $column);
|
sql_create_unique_index($dbms, $index_name, $table, $column);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue