Files
Memoh/db/migrations/0044_user_timezone.down.sql
T

5 lines
115 B
SQL

-- 0044_user_timezone
-- Remove the timezone column from users.
ALTER TABLE users DROP COLUMN IF EXISTS timezone;