Fixed crash on sync
This commit is contained in:
parent
150cef8745
commit
d3c720c705
@ -46,7 +46,7 @@ users = Table(
|
||||
|
||||
_GET_USER_RECORDS = sqltext("""\
|
||||
select
|
||||
uid, generation, client_state
|
||||
uid, generation, client_state, created_at
|
||||
from
|
||||
users
|
||||
where
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user