users: store timezone, default is "UTC"
This commit is contained in:
parent
1168e1494c
commit
e49c146dfd
14 changed files with 415 additions and 322 deletions
|
|
@ -0,0 +1,2 @@
|
|||
alter table users
|
||||
drop column timezone;
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
alter table users
|
||||
add column timezone TEXT not null default 'UTC';
|
||||
Loading…
Add table
Add a link
Reference in a new issue