From f33965f937044b01a472ed3cea14f0a401abaad4 Mon Sep 17 00:00:00 2001 From: Jay Hayes Date: Fri, 7 Aug 2015 10:07:27 -0500 Subject: Update changelog with db rake task exit status fix --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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` -- cgit v1.2.3