feat: add timezone support for schedule and user runtime (#282)

This commit is contained in:
Yiming Qi
2026-03-26 01:32:02 +08:00
committed by GitHub
parent 3a7f5200ed
commit 03ba13e7e5
51 changed files with 793 additions and 100 deletions
+4
View File
@@ -0,0 +1,4 @@
-- 0045_bot_timezone
-- Remove the optional timezone override from bots.
ALTER TABLE bots DROP COLUMN IF EXISTS timezone;