1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/12873] Add migration to rename the index

PHPBB3-12873
This commit is contained in:
Tristan Darricau
2014-08-07 14:25:37 +02:00
parent 27b4ab9241
commit 2b3e15cf64
2 changed files with 46 additions and 8 deletions

View File

@@ -2397,14 +2397,6 @@
]
},
"KEYS": {
"un_mtch": [
"UNIQUE",
[
"word_id",
"post_id",
"title_match"
]
],
"word_id": [
"INDEX",
"word_id"
@@ -2412,6 +2404,14 @@
"post_id": [
"INDEX",
"post_id"
],
"un_mtch": [
"UNIQUE",
[
"word_id",
"post_id",
"title_match"
]
]
}
},