1
0
Fork 0
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:
Kasper Timm Hansen 2019-04-03 12:04:21 +02:00
parent c1f6e46c2a
commit 9864f5e3d6
No known key found for this signature in database
GPG key ID: 191153215EDA53D8

View file

@ -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* *Roberto Miranda*