aboutsummaryrefslogtreecommitdiff
path: root/src/table/schema.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-0/+2
* Change hash function to blake2 for partition keys based on stringsAlex Auvolat2021-03-101-1/+1
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-3/+3
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-231-4/+6
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-211-1/+1
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-4/+0
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-29/+22
* cargo fmtAlex Auvolat2020-07-081-6/+5
* Add support for model migrationsAlex Auvolat2020-07-081-0/+77