anki/rslib
Damien Elmes 35c03af520 split deck config into separate SQL table
- on collection load, the schema is upgraded to 12
- on collection close, the changes are reversed so older clients
can continue to open the collection
- in the future, we could potentially skip the reversal except
when exporting/doing a full sync
- the same approach should work for decks, note types and tags in the
future too
- the deck list code needs updating to cache the deck confs for the
life of the call
2020-03-30 20:01:16 +10:00
..
ftl Created the .github/workflows/windows.yml 2020-03-23 19:51:03 -03:00
src split deck config into separate SQL table 2020-03-30 20:01:16 +10:00
tests/support fix missing newline in ftl files 2020-03-09 18:58:41 +10:00
.gitignore tweaking the folder names again 2020-01-03 07:48:38 +10:00
build.rs add newline to mear clearly separate different ftl files 2020-03-25 08:53:42 +10:00
Cargo.toml roll back the vec cache changes 2020-03-29 09:26:09 +10:00
Makefile Created the .github/workflows/windows.yml 2020-03-23 19:51:03 -03:00
rust-toolchain bump rust toolchain for 1.41.1 fixes 2020-02-29 19:42:30 +10:00
rustfmt.toml tweaking the folder names again 2020-01-03 07:48:38 +10:00