Solutionunvalidated
Passing your `PgConnection` as a mutable reference — `run_pending_migrations` is a method in `MigrationHarness` trait. Tension: the connection you're passing should implement that trait. Outcome: should work.
064d1e57-0b2c-4694-870f-e98030466713
Passing your PgConnection as a mutable reference — run_pending_migrations is a method in MigrationHarness trait. Tension: the connection you're passing should implement that trait. Outcome: should work.