RFC 697: Make schema migration store initialization more intelligent
Created by: efritz
See RFC 697: Multiple version upgrades.
The schema migration store should be backfilled with old stitched migrations so that we don't re-try to run a very old portion of the migration graph against a later version. This blocks the ability to use the work done in #39265.