DB/Accounts: increase length for battelnet account OS column to handle x64 logins

This commit is contained in:
Ovahlord
2019-10-03 22:38:49 +02:00
parent 8bec6af24a
commit 8d7d08170d

View File

@@ -0,0 +1 @@
ALTER TABLE `battlenet_accounts` MODIFY COLUMN `os` varchar(5);