This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
https://github.com/aaronpk/Quill
275
Commits
3
Branches
4.1 MiB
Tree:
f860747857
Quill
/
schema
/
migrations
/
0003.sql
2 lines
62 B
Raw
Normal View
History
store the user's timezone after their location is found
8 years ago
ALTER
TABLE
users
ADD
COLUMN
`
default_timezone
`
VARCHAR
(
255
)
;