Merge pull request #68 from carpikes/master

Fixed crash on sync
pull/73/head
Ryan Kelly 9 years ago
commit 43ba98831d

@ -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…
Cancel
Save