diff options
| author | Shauren <shauren.trinity@gmail.com> | 2013-02-08 01:03:56 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2013-02-08 01:03:56 +0100 |
| commit | b6e56e42eaebbe509cb0574829afafdf31ba9d2c (patch) | |
| tree | fb6cc44bbf258891ccc8768d54882941ebc55609 /sql/updates/auth | |
| parent | fb43a92cc2aaffab42efebf025b6a12c01af8fde (diff) | |
Core/Auth: Reverted part of fb43a92cc2aaffab42efebf025b6a12c01af8fde - session key is still needed after logging in to be able to switch realms
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/2013_02_08_00_auth_account.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2013_02_08_00_auth_account.sql b/sql/updates/auth/2013_02_08_00_auth_account.sql new file mode 100644 index 00000000000..49948781444 --- /dev/null +++ b/sql/updates/auth/2013_02_08_00_auth_account.sql @@ -0,0 +1 @@ +ALTER TABLE `account` CHANGE `sessionkey` `sessionkey` varchar(80) NOT NULL DEFAULT '' AFTER `sha_pass_hash`; |
