pronounsfu/scripts/migrate/019_timezones.sql

6 lines
100 B
MySQL
Raw Normal View History

2023-07-30 14:13:35 -07:00
-- +migrate Up
-- 2023-07-30: Add user timezones
alter table users add column timezone text null;