Hi all, I've added quite a bit of default data population to a migration script on an engine I'm working on. When I try to revert to a previous version, it doesn't work as I expected it to. With rails app migrations I can do "rake db:migrate VERSION=0" to drop all the tables. When I run "rake db:migrate_plugins VERSION=0", I can't roll back the migration, so I'm unable to test my updated migration script. I tried deleting the table, but now I'm stuck, I can't re-create my table with migrations. Any advice?
Thanks, Todd
_______________________________________________ Engine-Developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
