clear-code / redmine_full_text_search

Full text search for Redmine
MIT License
61 stars 24 forks source link

Not want to be installed if name <> "full_text_search" !!! #58

Closed minzak closed 6 years ago

minzak commented 6 years ago

In plugin directory a lot plugins name begins with redmine. And if i have 20 plugins in this way, i want install next plugin with same name rule. But DB migrate not work if name of this plugin is not equal to full_text_search!!

kou commented 6 years ago

Can you show how to reproduce this case?

minzak commented 6 years ago

just rename folder, and try use rake:db:migrate:plusins - if i correctly ect remember this command.

kou commented 6 years ago

Thanks. I've fixed it.