From 59bb9c20f345544310369f3074fd0e716cc8092c Mon Sep 17 00:00:00 2001 From: Nayd Date: Sun, 23 Nov 2014 23:53:22 +0000 Subject: 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) --- sql/updates/auth/2014_11_23_01_auth.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/2014_11_23_01_auth.sql (limited to 'sql/updates') 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 ''; -- cgit v1.2.3