• G
    Add rails db:system:change command · 4b1ae57f
    Gannon McGibbon 提交于
    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.
    4b1ae57f
change_command.rb 447 字节