aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-09 18:56:15 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-10 00:58:22 +0200
commit990e64105fe410485d49800988a0f465038e3b37 (patch)
tree014a767c66769f5bfd301e06af2d85bedafbec7f /phpBB/install/schemas
parent6a8413f064a0a8ade332634c2a891e8ca9038a8b (diff)
downloadforums-990e64105fe410485d49800988a0f465038e3b37.tar
forums-990e64105fe410485d49800988a0f465038e3b37.tar.gz
forums-990e64105fe410485d49800988a0f465038e3b37.tar.bz2
forums-990e64105fe410485d49800988a0f465038e3b37.tar.xz
forums-990e64105fe410485d49800988a0f465038e3b37.zip
[ticket/8064] Change the collation of topic_first_poster_name
PHPBB3-8064
Diffstat (limited to 'phpBB/install/schemas')
-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",