LegacyMigration
See source codeTable of contents
interface LegacyMigration<Before = any, After = any> {}
Properties
down
down: (newState: After) => Before
up
up: (oldState: Before) => After
Prev
LegacyBaseMigrationsInfoNext
LegacyMigrationsinterface LegacyMigration<Before = any, After = any> {}
down: (newState: After) => Before
up: (oldState: Before) => After