Forums » Development »
Added by JD JD almost 4 years ago
Hi,
I am new in development redmine plugin.
I want to update db, for exmple I want to add_column to model.
I don't find any command to add colum, I try to write file in /db folder and exec this command "bundle exec rake redmine:plugins:migrate" but there are no effect.
my question:
how I can add_column in plugin redmine in existing model.
thanks