diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-11-21 12:25:22 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2023-12-01 23:28:35 +0100 |
| commit | 070cd23b6cf2e985713b90455cb7f7c53535cbcf (patch) | |
| tree | cfcd414ecc4d3ef05253140ce83897f693d6dcd3 /sql/updates | |
| parent | b6e346eaf0ee9a1c0dc2c7977ac950b77c857ecf (diff) | |
Core/Calendar: Implement different timezone support for ingame calendar
Closes #8390
Closes #29427
(cherry picked from commit b888b1b09f71a8b8b4a9d45c804a1f164fb65ac3)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2023_11_21_00_auth.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_11_21_00_auth.sql b/sql/updates/auth/master/2023_11_21_00_auth.sql new file mode 100644 index 00000000000..1dc190782d7 --- /dev/null +++ b/sql/updates/auth/master/2023_11_21_00_auth.sql @@ -0,0 +1 @@ +ALTER TABLE `account` ADD `timezone_offset` smallint NOT NULL DEFAULT '0' AFTER `os`; |
