users: store timezone, default is "UTC"
This commit is contained in:
parent
1168e1494c
commit
e49c146dfd
14 changed files with 415 additions and 322 deletions
|
|
@ -8,7 +8,8 @@ select u.id,
|
|||
u.password,
|
||||
u.password_recover,
|
||||
u.paper_key,
|
||||
u.is_archived as "is_archived: bool"
|
||||
u.is_archived as "is_archived: bool",
|
||||
u.timezone
|
||||
from users u
|
||||
|
||||
inner join refresh_tokens rt on u.id = rt.user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue