SELECT *
FROM posts
WHERE id = 18289
AND deleted_at IS NOT NULL
But it couldn’t find anything.
Any guesses why? And should remap show topic_id too?
I can live even if I never find that one, but it annoys me because I don’t understand what happened. I’m quite sure I’ve never used icon task in a post, so my imagination says it could be some ancient kanban-post, but it should still be able to find it, right?
Posts are normally soft-deleted unless the hidden setting is enabled, so I’m not sure what actions can hard-delete a post so it is removed from the database. But the explanation makes sense anyway.