diff options
| author | Nayd <dnpd.dd@gmail.com> | 2014-11-25 16:44:50 +0000 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2014-11-25 16:44:50 +0000 |
| commit | ed3970690ccf6832ac93d1e9ecb95820794ebbad (patch) | |
| tree | 7b505f55dd903b3fa3b4798df0b9c7587499e8a2 /sql/updates/auth | |
| parent | bac37625f34a5f54bd173318719b5707f3dca96f (diff) | |
DB/Schema/Auth: Also change `battlenet_accounts`.`os` to varchar(4)
Ref 59bb9c20f345544310369f3074fd0e716cc8092c
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2014_11_23_00_auth.sql (renamed from sql/updates/auth/2014_11_23_01_auth.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/auth/2014_11_25_00_auth.sql | 1 |
2 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_00_auth.sql index 1c68d6a8e06..1c68d6a8e06 100644 --- a/sql/updates/auth/2014_11_23_01_auth.sql +++ b/sql/updates/auth/2014_11_23_00_auth.sql diff --git a/sql/updates/auth/2014_11_25_00_auth.sql b/sql/updates/auth/2014_11_25_00_auth.sql new file mode 100644 index 00000000000..6594fe0c4fa --- /dev/null +++ b/sql/updates/auth/2014_11_25_00_auth.sql @@ -0,0 +1 @@ +ALTER TABLE `battlenet_accounts` CHANGE `os` `os` VARCHAR(4) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''; |
