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
@@ -0,0 +1,4 @@
-- 0044_user_timezone
-- Remove the timezone column from users.
ALTER TABLE users DROP COLUMN IF EXISTS timezone;