diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-07-19 16:55:21 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-07-19 16:55:21 +0200 |
| commit | 79a921edc79f17d5aad9f8acc7bf5f20eac746df (patch) | |
| tree | 0c77123d3091b84f9ff1c8f5a7a0e1a70e530735 /sql/updates/auth | |
| parent | fe4d11c65a512c61ccb924fbf3dc20c8cfc84dc7 (diff) | |
SQL: Cleanup WIP sql arrangement
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/6.x/2016_07_19_00_auth.sql (renamed from sql/updates/auth/2016_xx_xx_xx_auth_legion_00.sql) | 0 | ||||
| -rw-r--r-- | sql/updates/auth/6.x/2016_07_19_01_auth.sql | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/2016_xx_xx_xx_auth_legion_00.sql b/sql/updates/auth/6.x/2016_07_19_00_auth.sql index 5cbb737f518..5cbb737f518 100644 --- a/sql/updates/auth/2016_xx_xx_xx_auth_legion_00.sql +++ b/sql/updates/auth/6.x/2016_07_19_00_auth.sql diff --git a/sql/updates/auth/6.x/2016_07_19_01_auth.sql b/sql/updates/auth/6.x/2016_07_19_01_auth.sql new file mode 100644 index 00000000000..854872a48d0 --- /dev/null +++ b/sql/updates/auth/6.x/2016_07_19_01_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=22248 WHERE `gamebuild`=21742; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '22248'; |
