diff options
| author | Motive <42782517+motivewc@users.noreply.github.com> | 2024-08-28 13:59:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 19:59:19 +0200 |
| commit | 6b2d12206c56222ddd7877a786d11701396fc63f (patch) | |
| tree | 710c46fb031ae934c93b8b184947d8f4d0068d6b /sql/updates/auth/master | |
| parent | 1f0a62bde5b927392a58e95a87d4d8bd93438d7e (diff) | |
Core: Allow macOS arm64 client to connect (#30173)
Diffstat (limited to 'sql/updates/auth/master')
| -rw-r--r-- | sql/updates/auth/master/2024_08_28_01_auth.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_08_28_01_auth.sql b/sql/updates/auth/master/2024_08_28_01_auth.sql new file mode 100644 index 00000000000..7e547d9cc4a --- /dev/null +++ b/sql/updates/auth/master/2024_08_28_01_auth.sql @@ -0,0 +1,6 @@ +ALTER TABLE `build_info` ADD `macArmAuthSeed` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `mac64AuthSeed`; + +UPDATE `build_info` SET `macArmAuthSeed`='778F6A5DF79A4EF1B86F651F3B303CE7' WHERE `build`=56196; +UPDATE `build_info` SET `macArmAuthSeed`='41710C793EF021721F14B06EC1896D3F' WHERE `build`=56288; +UPDATE `build_info` SET `macArmAuthSeed`='412D3200715AAFDC0522DF031A941F0E' WHERE `build`=56311; +UPDATE `build_info` SET `macArmAuthSeed`='A83ED19EE659BC95CC322D1E49BDEDBB' WHERE `build`=56313; |
