The people at Plex's support normally suck and never respond to any issue on their blob so I figured I'd check here. In short, my issue is, I'm trying to update a SQL Lite db for plex, update the added_at field in metadata_items table. I keep getting this error message:
Result: unknown tokenizer: collating
I cannot find any details as how to fix this (on a Windows machine, I found one for Linux, but not with DB Browser for SQL Lite on Windows).
Here is the recap of my post if anyone wants to see here.
Here's the actual query that is causing my issue
update metadata_items set added_at = created_at where added_at = 910692730085 AND and metadata_type = 4
Thanks!