Added by Everton Leite about 13 years ago
Hi,
I'm having some issues with rails migration of two plugins with similar names (redmine_forms and redmine_forms_sgi). What happens is that rake treat both plugins as a single one at the 'schema_migrations' table, so rake "thinks" that a record with version "1-redmine_forms_sgi" refers both to redmine_forms and to redmine_forms_sgi, as if the process uses a sql 'like' to find them.
There's some way around this problem, with no need to rename the plugin folder name?
Thanks