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:
@@ -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"
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user