diff options
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2012_01_10_00_auth_account_4x.sql | 1 | ||||
| -rw-r--r-- | sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/2012_01_10_00_auth_account_4x.sql b/sql/updates/auth/2012_01_10_00_auth_account_4x.sql new file mode 100644 index 00000000000..1e9016575fc --- /dev/null +++ b/sql/updates/auth/2012_01_10_00_auth_account_4x.sql @@ -0,0 +1 @@ +ALTER TABLE `account` CHANGE COLUMN `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '3'; diff --git a/sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql b/sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql new file mode 100644 index 00000000000..121e97f5837 --- /dev/null +++ b/sql/updates/auth/2012_07_23_00_auth_realmlist_434.sql @@ -0,0 +1 @@ +UPDATE `realmlist` SET `gamebuild`=15595 WHERE `id`=1; |
