Data Migrations Debug - Beta 0.5.1 Provides a UI for manually applying or removing data migrations in modules.

The package allows you to manually force the execution of the data migrations methods (create, updatefromX, uninstall), as well as adds the capability to perform downgrades of migrations (for testing purposes). Downgrade methods must be named 'DowngradeFromX' where X is the version number to downgrade from.

FOR DEVELOPMENT AND TESTING ONLY - this could seriously damage your Orchard site if used incorrectly :)