migrations: Extract `IndexStatus` into `storetypes` package
Created by: efritz
Pulled from #29831. This PR moves IndexStatus
into a common package to be importable by runner
. We can't import store
from runner
without cycles.
Created by: efritz
Pulled from #29831. This PR moves IndexStatus
into a common package to be importable by runner
. We can't import store
from runner
without cycles.