mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
5 lines
123 B
SQL
5 lines
123 B
SQL
-- 0045_bot_timezone
|
|
-- Remove the optional timezone override from bots.
|
|
|
|
ALTER TABLE bots DROP COLUMN IF EXISTS timezone;
|