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