Anki/rslib/src/storage/card
Damien Elmes 76acf04dc0 update schema to fix default initial ease in deck configs
Closes #766

- changes the on-disk representation from % to a multiplier,
eg 250 -> 2.5, as this is consistent with the other options
- resets deck configs at or below 1.3 to 2.5
- for any cards that were using a reset deck config, reset their
current factor if it's at or below 2.0x. The cutoff is arbitrary,
and just intended to make sure we catch cards the user has rated
Easy on multiple times. The existing due dates are left alone.
2020-09-22 08:16:39 +10:00
..
add_card.sql add (unused) add_card, and move sql to separate files 2020-03-27 14:48:25 +10:00
add_or_update.sql more syncing work 2020-06-01 13:57:10 +10:00
at_or_above_position.sql move card sorting and resetting to backend 2020-09-03 15:54:15 +10:00
congrats.sql fix incorrect SQL in previous change 2020-09-19 12:27:00 +10:00
fix_due_new.sql add tests for the other checks, and fix new card due limiting 2020-05-12 21:13:34 +10:00
fix_due_other.sql rewrite DB check 2020-05-12 21:13:34 +10:00
fix_ivl.sql rewrite DB check 2020-05-12 21:13:34 +10:00
fix_low_ease.sql update schema to fix default initial ease in deck configs 2020-09-22 08:16:39 +10:00
fix_odue.sql rewrite DB check 2020-05-12 21:13:34 +10:00
get_card.sql fetch template and note fields in backend during normal card render 2020-05-13 10:38:49 +10:00
mod.rs update schema to fix default initial ease in deck configs 2020-09-22 08:16:39 +10:00
search_cids_setup.sql move card sorting and resetting to backend 2020-09-03 15:54:15 +10:00
update_card.sql add (unused) add_card, and move sql to separate files 2020-03-27 14:48:25 +10:00