mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #22149 from samphilipd/master
Update changelog for #22122
This commit is contained in:
commit
46b08da0ea
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
* Use advisory locking to raise a ConcurrentMigrationError instead of
|
||||
attempting to migrate when another migration is currently running.
|
||||
|
||||
*Sam Davies*
|
||||
|
||||
* Added `ActiveRecord::Relation#left_outer_joins`.
|
||||
|
||||
Example:
|
||||
|
|
Loading…
Reference in a new issue