Good afternoon, is it possible to recover any deleted categories?
I don’t think so, even if the categoryId seems to be incremental ,
rails c
Category.where(id: somedeletedId)
doesn’t give anything.
But a category could only be deleted if empty…