This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
pronounsfu
Watch
1
Star
0
Fork
You've already forked pronounsfu
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b66188cbf9
pronounsfu
/
scripts
/
migrate
/
019_timezones.sql
6 lines
100 B
SQL
Raw
Blame
History
-- +migrate Up
-- 2023-07-30: Add user timezones
alter
table
users
add
column
timezone
text
null
;
Reference in New Issue
View Git Blame
Copy Permalink