aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-08-03 09:33:52 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-03 09:33:52 +0200
commitbfb041246f5c7c499ff365b38a281b0784f0bdb7 (patch)
tree33af6e8cbdcaa3ef21bd90999956922ac6f62100 /sql/updates
parenta2f661ea34d4146b97ecb9e7dae18b0a7cee931e (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.sql1
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`;