rails/railties/lib
Gannon McGibbon 4b1ae57f0f Add rails db:system:change command
Add `rails db:system:change` command for changing databases.

```
bin/rails db:system:change --to=postgresql
   force  config/database.yml
    gsub  Gemfile
```

The change command copies a template `config/database.yml` with
the target database adapter into your app, and replaces your database
gem with the target database gem.
2019-01-09 14:23:25 -05:00
..
minitest Allow use of minitest-rails gem with Rails test runner 2018-04-11 07:20:53 +09:00
rails Add rails db:system:change command 2019-01-09 14:23:25 -05:00
rails.rb [Railties] require_relative => require 2017-10-21 22:48:26 +09:00