mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
5 lines
125 B
SQL
5 lines
125 B
SQL
-- 0045_bot_timezone
|
|
-- Add an optional timezone override to bots.
|
|
|
|
ALTER TABLE bots ADD COLUMN IF NOT EXISTS timezone TEXT;
|