How to clear FSRS memory states of suspended cards?

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.

You can blank out the data column, but the states will be restored when you next change/optimize your parameters.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.