diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-07-19 14:36:00 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-20 23:15:34 +0200 |
commit | 919aeb387929a4b775024914eed95207111791b0 (patch) | |
tree | 2c372f3ba91027c2ceaa813fa124d8d59fd17159 /phpBB/install/schemas | |
parent | d5f87e605374e5e91e06ad652f416d9a666999ff (diff) | |
download | forums-919aeb387929a4b775024914eed95207111791b0.tar forums-919aeb387929a4b775024914eed95207111791b0.tar.gz forums-919aeb387929a4b775024914eed95207111791b0.tar.bz2 forums-919aeb387929a4b775024914eed95207111791b0.tar.xz forums-919aeb387929a4b775024914eed95207111791b0.zip |
[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
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r-- | phpBB/install/schemas/schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json index a3ffd923a1..81e658c153 100644 --- a/phpBB/install/schemas/schema.json +++ b/phpBB/install/schemas/schema.json @@ -2397,7 +2397,7 @@ ] }, "KEYS": { - "unq_mtch": [ + "un_mtch": [ "UNIQUE", [ "word_id", |