Migration

Public TypeAlias

Signature
type Migration<T = any> = {
  up: (oldState: T) => T
  down: (newState: T) => T
}
Edit this page
Last edited on 11 May 2023
migrateRecordMigrationFailureReason