mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
5 lines
175 B
SQL
5 lines
175 B
SQL
-- 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';
|