aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-07 16:49:37 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-07 16:49:37 +0200
commit9b36b5283cc29f59428206726f666554b0e0a358 (patch)
tree7e253d5bf14e8cfbc16b58733e2d55c8c6f0f224 /phpBB/install
parentab8a197e92c491ac37f8ffe2fff1f7c6c42167b6 (diff)
parent2b3e15cf64fdc3f3f1fd4067321c92d4a20c1dd9 (diff)
downloadforums-9b36b5283cc29f59428206726f666554b0e0a358.tar
forums-9b36b5283cc29f59428206726f666554b0e0a358.tar.gz
forums-9b36b5283cc29f59428206726f666554b0e0a358.tar.bz2
forums-9b36b5283cc29f59428206726f666554b0e0a358.tar.xz
forums-9b36b5283cc29f59428206726f666554b0e0a358.zip
Merge pull request #2761 from Nicofuma/ticket/12873
[ticket/12873] Test the correct identifier in \phpbb\db\tools * Nicofuma/ticket/12873: [ticket/12873] Add migration to rename the index [ticket/12873] Don not touch the existing migrations [ticket/12873] Test the good identifier in \phpbb\db\tools
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json
index a3ffd923a1..1a9b9b62b7 100644
--- a/phpBB/install/schemas/schema.json
+++ b/phpBB/install/schemas/schema.json
@@ -2397,14 +2397,6 @@
]
},
"KEYS": {
- "unq_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"
+ ]
]
}
},