Re-initialize database?

Added by Jan Niggemann about 1 year ago

Hi all,

first of all: Thank you for this really useful software!
After quite a lot of testing, we decided to go with redmine to manage our projects.
Now I'd like to clean all the test data accumulated - how do I re-initialize the database to set all values to default?

Regards
jan

Replies (2)

RE: Re-initialize database? - Added by Alex A about 1 year ago

remove test database, create new and execute database migration (rake db:migrate RAILS_ENV=production)

RE: Re-initialize database? - Added by Jan Niggemann about 1 year ago

Thank you, worked like a charm

(1-2/2)