Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise wording on invalid database error messages | Gannon McGibbon | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Add rails db:system:change command | Gannon McGibbon | 2019-01-09 | 1 | -0/+62 |
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. |