department-of-veterans-affairs/vets-website

View on GitHub
src/applications/appeals/testing/sc/migrations/index.js

Summary

Maintainability
A
0 mins
Test Coverage
// We launched at version 1 and not version 0, so the first _real_ migration is
// at migrations[1]
// NOTE: This will probably just get skipped over, but it's here to be safe
const emptyMigration = savedData => savedData;

export default [emptyMigration];