diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-08-03 09:33:52 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-03 22:39:52 +0200 |
| commit | eefbf2892fd58c2cfdf9ac376f419fde979b90ad (patch) | |
| tree | afd5efa74421fc3fe7fe70d30857e4b42180b008 /sql/updates | |
| parent | 73922d2a857614d27ddb9dfa517687b8018e5d39 (diff) | |
Core/Authserver: Compatibility change for master branch
(cherry picked from commit bfb041246f5c7c499ff365b38a281b0784f0bdb7)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2020_08_03_00_auth.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_08_03_00_auth.sql b/sql/updates/auth/master/2020_08_03_00_auth.sql new file mode 100644 index 00000000000..47fd5fdf4db --- /dev/null +++ b/sql/updates/auth/master/2020_08_03_00_auth.sql @@ -0,0 +1 @@ +ALTER TABLE `account` MODIFY COLUMN `session_key` VARBINARY(64) AFTER `verifier`; |
