diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-03-30 00:39:11 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-30 00:39:11 +0200 |
| commit | aed0e83eb1b693f1991ffc22c9328ba8ffd9f87c (patch) | |
| tree | 3d9c884a8aeae722463b93cad17e2603bf2f1091 /sql/updates/auth | |
| parent | b47185cabfbdeeaf492bf2303635db07ce703785 (diff) | |
Core: Add 9.2.0.42937 build key for future use
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_03_30_00_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_03_30_00_auth.sql b/sql/updates/auth/master/2022_03_30_00_auth.sql new file mode 100644 index 00000000000..a2544835afe --- /dev/null +++ b/sql/updates/auth/master/2022_03_30_00_auth.sql @@ -0,0 +1,3 @@ +DELETE FROM `build_info` WHERE `build`=42937; +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES +(42937,9,2,0,NULL,NULL,'F5FC75E70874752C92846B3333920E63',NULL,NULL,NULL); |
