aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6a857f55a4..f0396c3d53 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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*