Added by Mario Ganz over 9 years ago
Somehow the openproject_development database is missing.
However i’ve created it now and provided proper login credentials.
How can I create the tables and values inside the development database, without erasing the production database?
Would ‘RAILS_ENV=“development” bundle exec rake db:create:all’ do the job? Maybe with modifications?!