Run the Redux migrations using the default state and a restored SQLite. We run these only because they are modifying the SQLIte and we don't care about the Redux state that was transformed - we're using the default state and throw away the result.
In order to run the migrations on the worker, I had to move some things around.
https://linear.app/comm/issue/ENG-7009/run-redux-migrations-after-the-backup-is-restored
Depends on D12016