summaryrefslogtreecommitdiff
path: root/src/leap/soledad/client/_db/blobs/sql.py
AgeCommit message (Collapse)Author
2017-10-27[refactor] add a table for sync_statusVictor Shyba
As defined in #8970, this table and the new module will ease adding sync features such as priority queues and streaming. --Resolves: #8970
2017-10-27[refactor] split blobs into modulesVictor Shyba
So we can have manager, sync, sql and errors in its own places. --Related: #8970