aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Hayes <ur@iamvery.com>2015-08-07 10:07:27 -0500
committerJay Hayes <ur@iamvery.com>2015-10-20 19:18:45 -0500
commitf33965f937044b01a472ed3cea14f0a401abaad4 (patch)
tree1b6e92117ea56d9f148afb6ed89ff2f0c668ee80
parentc2e597a7362fd0b497da7c622717406bb70cd360 (diff)
downloadrails-f33965f937044b01a472ed3cea14f0a401abaad4.tar.gz
rails-f33965f937044b01a472ed3cea14f0a401abaad4.tar.bz2
rails-f33965f937044b01a472ed3cea14f0a401abaad4.zip
Update changelog with db rake task exit status fix
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 258b2be899..c2d78bd7bf 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Exit with non-zero status for failed database rake tasks.
+
+ *Jay Hayes*
+
* Add ability to default to `uuid` as primary key when generating database migrations
Set `Rails.application.config.active_record.primary_key = :uuid`