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
Update comment about ActiveRecord::Migration.maintain_test_schema! (#2832)
The original comment implies that `maintain_test_schema!` applies pending migrations, but in reality, it purges and recreates the database, then loads the schema.
0 commit comments