LegacyMigration

See source code
Table of contents
interface LegacyMigration<Before = any, After = any> {}

Properties

down

down: (newState: After) => Before

up

up: (oldState: Before) => After

Prev
LegacyBaseMigrationsInfo
Next
LegacyMigrations
hi

We use cookies on this website.
Learn more in our Cookie Policy.