forked from mirrors/pronouns.cc
6 lines
100 B
MySQL
6 lines
100 B
MySQL
|
-- +migrate Up
|
||
|
|
||
|
-- 2023-07-30: Add user timezones
|
||
|
|
||
|
alter table users add column timezone text null;
|