Files
Memoh/db/migrations/0045_bot_timezone.down.sql
T

5 lines
123 B
SQL

-- 0045_bot_timezone
-- Remove the optional timezone override from bots.
ALTER TABLE bots DROP COLUMN IF EXISTS timezone;