aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2014-08-10 11:54:52 +0200
committerNils Adermann <naderman@naderman.de>2014-08-10 11:54:52 +0200
commitdf9f35cce6a31e652fd2a4c403a86759319a2d24 (patch)
tree98cd401d34d859695eba3820d1189175ceeb990e /phpBB/install
parent5c93735557ebca850ecd588745e9ab9295a536b5 (diff)
parent990e64105fe410485d49800988a0f465038e3b37 (diff)
downloadforums-df9f35cce6a31e652fd2a4c403a86759319a2d24.tar
forums-df9f35cce6a31e652fd2a4c403a86759319a2d24.tar.gz
forums-df9f35cce6a31e652fd2a4c403a86759319a2d24.tar.bz2
forums-df9f35cce6a31e652fd2a4c403a86759319a2d24.tar.xz
forums-df9f35cce6a31e652fd2a4c403a86759319a2d24.zip
Merge remote-tracking branch 'github-nicofuma/ticket/8064' into develop-ascraeus
* github-nicofuma/ticket/8064: [ticket/8064] Change the collation of topic_first_poster_name
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json
index 1a9b9b62b7..4e014c77ed 100644
--- a/phpBB/install/schemas/schema.json
+++ b/phpBB/install/schemas/schema.json
@@ -2711,8 +2711,9 @@
0
],
"topic_first_poster_name": [
- "VCHAR_UNI",
- ""
+ "VCHAR_UNI:255",
+ "",
+ "true_sort"
],
"topic_first_poster_colour": [
"VCHAR:6",