aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-06-07 16:11:42 +0200
committerShauren <shauren.trinity@gmail.com>2022-06-07 16:11:42 +0200
commit0671aa646ecef1f10543056c5d2445b9ac30dd31 (patch)
tree64a34d1e54494ae6292dc633b9433d40a9c71ff9 /sql/updates
parenta2c1b699e6e4d30c752b65241bc23191920a86fd (diff)
Core: Add 9.2.5.44061 auth key for future use
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2022_06_07_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_06_07_00_auth.sql b/sql/updates/auth/master/2022_06_07_00_auth.sql
new file mode 100644
index 00000000000..af1bbb6f8d5
--- /dev/null
+++ b/sql/updates/auth/master/2022_06_07_00_auth.sql
@@ -0,0 +1,3 @@
+DELETE FROM `build_info` WHERE `build`=44061;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(44061,9,2,5,NULL,NULL,'FD2B5C0B3293FE0E9CAA6EB0B7788119',NULL,NULL,NULL);