migration: Refactor live migration runner store factory
Created by: efritz
Replace NewDefaultRunner
with RunnerFromDSNs
, which now drops a dependency from connections/live
to database/migration/store
, which would otherwise cause cycles when everything is put together.