Hi,
I have been using engines for a month or so and have been using the
migration generator which simply puts a migration in the normal place
which then asks the relevant engines plugin to do the migration.
But, if my plugin needs say a field adding to a table, if I then add a
new migration to the plugin and do rake db:migrate, nothing happens -
everything is up to date.
If I run the generator again, it will generate a new migration which
conflicts with the original - it migrates the plugin from zero to the
latest - where surely it should migrate it from the previous version
to the latest ?
Any ideas ?
Thanks
Gary