pub fn run_pending_migrations( connection: &mut PgConnection, ) -> Result<Vec<String>, Box<dyn Error + Send + Sync>>
Applies all pending migrations, returning the versions applied (empty when already current).