Skip to content

@pbvex/protocol / MigrationDescriptor

Type Alias: MigrationDescriptor

MigrationDescriptor = Readonly<{ checksum: string; exportName: "default" | string; from: ValidatorDescriptor; id: string; mode: "transactional"; modulePath: string; reversibility: "reversible"; sourceSchemaHash: string; table: string; targetSchemaHash: string; to: ValidatorDescriptor; }>

Generated API reference. Source of truth is the codebase.