aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorNayd <dnpd.dd@gmail.com>2014-11-23 23:53:22 +0000
committerNayd <dnpd.dd@gmail.com>2014-11-23 23:53:22 +0000
commit59bb9c20f345544310369f3074fd0e716cc8092c (patch)
treecbc5b2aa308a9de86e459eb84760a0b22ec3162b /sql/updates
parent279615d2b8c1f6591e799d59d0f4345f53375902 (diff)
DB/Schema/Auth: Change `account`.`os` to varchar(4)
Windows and Mac 64 bit clients send "Wn64" and "Mc64", respectively, and that does not fit in a varchar(3)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/2014_11_23_01_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2014_11_23_01_auth.sql b/sql/updates/auth/2014_11_23_01_auth.sql
new file mode 100644
index 00000000000..1c68d6a8e06
--- /dev/null
+++ b/sql/updates/auth/2014_11_23_01_auth.sql
@@ -0,0 +1 @@
+ALTER TABLE `account` CHANGE `os` `os` VARCHAR(4) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';