I tried searching the mailing list for an answer with no luck. I’m
hoping this is just user error:
I recently upgraded my rails app to Rails 1.2.3 (from Rails 1.1.6) and
upgraded to engines 1.2 at the same time. I ran script/generate
plugin_migrations for the first time and it created an application
migration would run my plugin migration from 0-45 (as expected).
I added a new migration to my plugin, ran the script/generate
plugin_migration again and it added a second application migration, but
in the down method it migrates to version 0 instead of version 45 as I
would have expected. Any ideas on what I could be doing wrong? I
checked the db and the plugins_schema_info table has my plugin currently
at version 45 and my application at 1. Any suggestions would be
helpful.
Trevor Rowe