You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure we are using the correct connection pool when dumping the schema (rails#52777)
* Add test to make sure the schemas are different
Related to rails#52776.
Those two schemas files should be different,
as they are generated from different migrations.
* Make sure we are using the correct connection pool when dumping the schema
This was broken by 175bf82.
Before we were switching the connection pool to use the one for the
correspondent db config, but since we moved the `dump_schema` call to
outside of the `with_temporary_pool` block, we were using the default
connection pool.
Fixesrails#52776.
0 commit comments