How to down migrate an extension?

Hi all,

New to Radiant and lovin’ it so far. But I’ve been trying to find out
how to down-migrate an extension migration so I can remove the
extension.

Specifically, I’m trying to migrate a project from sns to sheets, so I’m
needing to undo the db from sns.

Thank for any help – Kevin

try this
Rake radiant:extensions:sns:migrate VERSION=0

Of course! I keep forgetting that Radiant is a Rails application.
Thanks, that works perfectly!