Re-initialize database?
Replies (2)
(1-2/2)
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
remove test database, create new and execute database migration (rake db:migrate RAILS_ENV=production)
Thank you, worked like a charm
(1-2/2)