You can already do something like that.
Post.where("cooked like '%class=\"hashtag\"%'").update_all(baked_version: 0)
It will then churn through stuff in the scheduled jobs in the background.
I do anticipate us upping our baked_version
some time in the next year.