mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Touch up db:prepare
changelog entry
This commit is contained in:
parent
c1f6e46c2a
commit
9864f5e3d6
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
* Add `rake db:prepare` runs setup if database does not exist, or runs migrations if it does.
|
||||
* Add `rails db:prepare` to migrate or setup a database.
|
||||
|
||||
Runs `db:migrate` if the database exists or `db:setup` if it doesn't.
|
||||
|
||||
*Roberto Miranda*
|
||||
|
||||
|
|
Loading…
Reference in a new issue