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:
parent
cb0b79c1fd
commit
8c54783844
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue