1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Add changelog for 261e94b.

[ *Kasper Timm Hansen* & *Kir Shatrov* ]
This commit is contained in:
Kasper Timm Hansen 2016-12-29 20:29:47 +01:00
parent cb0b79c1fd
commit 8c54783844

View file

@ -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.