Skip to content

Marking already converted books #120

Answered by rbielaws
rbielaws asked this question in Q&A
Discussion options

You must be logged in to vote

Well, despite the comment "I would also urgently recommend not to modify any data." (in reply to another user's question) I did root around in the source and decided setting the Conversions.State value to 14 (converted_unknown) probably couldn't hurt. After a couple tests I set the remaining rows like this (update conversions set state=14 where state=1;). Now all those older book rows are distinctly out of the way of being mixed up with new books.

If I did something foolishly wrong, please set me straight so others don't follow me over a cliff.

By the way, absolutely great work!
Thanks for such an amazingly complete and useful tool.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rbielaws
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants