mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
feat: add timezone support for schedule and user runtime (#282)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- 0044_user_timezone
|
||||
-- Add a timezone column to users for user-level timezone preferences.
|
||||
|
||||
ALTER TABLE users ADD COLUMN IF NOT EXISTS timezone TEXT NOT NULL DEFAULT 'UTC';
|
||||
Reference in New Issue
Block a user