aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-03-22 00:35:41 +0100
committerShauren <shauren.trinity@gmail.com>2022-03-22 00:35:41 +0100
commitf465812e21e5eb1f785177e83624f65118be3698 (patch)
tree0d906878940378e802414f4f858b05cc174c91ba /sql/updates
parent29cf2a61af8fcbda763ae2be2e52ce9e6a834a56 (diff)
Core: Add 9.2.0.42825 build key for future use
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2022_03_22_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_03_22_00_auth.sql b/sql/updates/auth/master/2022_03_22_00_auth.sql
new file mode 100644
index 00000000000..5870b2bd34f
--- /dev/null
+++ b/sql/updates/auth/master/2022_03_22_00_auth.sql
@@ -0,0 +1,3 @@
+DELETE FROM `build_info` WHERE `build`=42825;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(42825,9,2,0,NULL,NULL,'A14DA228C6A6AFF1DDBA51218939E557',NULL,NULL,NULL);