How can I clear the FSRS memory states of suspended cards?
Probably, I need to enter something like the following in the console, but I am not sure what exactly to put in there.
mw.col.db.execute("update cards set x=0 where queue=-1")
PS: I know what I am doing. So, please don’t advise me against clearing the memory states of the cards.