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