1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12873] Test the good identifier in \phpbb\db\tools

We need to rename the index key because with the default prefix (phpbb_)
this key has a length of 31. And because we don't accept the keys longer
than 30 characters we should ensure that by default no key is longer than
30 characters.

PHPBB3-12873
This commit is contained in:
Tristan Darricau
2014-07-19 14:36:00 +02:00
parent d5f87e6053
commit 919aeb3879
3 changed files with 3 additions and 3 deletions

View File

@@ -2397,7 +2397,7 @@
]
},
"KEYS": {
"unq_mtch": [
"un_mtch": [
"UNIQUE",
[
"word_id",