From 8c547838446a604d7bf4a93340767cfcb1bbe2ce Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Thu, 29 Dec 2016 20:29:47 +0100 Subject: [PATCH] [ci skip] Add changelog for 261e94b. [ *Kasper Timm Hansen* & *Kir Shatrov* ] --- activerecord/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 034e45b769..70e2c3fbc8 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,10 @@ +* Allow passing extra flags to `db:structure:load` and `db:structure:dump` + + Introduces `ActiveRecord::Tasks::DatabaseTasks.structure_(load|dump)_flags` to customize the + eventual commands run against the database, e.g. mysqldump/pg_dump. + + *Kir Shatrov* + * Notifications see frozen SQL string. Fixes #23774.