MigrationDescriptor
Summary
Migration metadata stored in registries and returned by loaders.
Signature
type MigrationDescriptor = {
checksum?: string;
id: string;
migration: Migration;
name: string;
path?: string;
};
Migration metadata stored in registries and returned by loaders.
type MigrationDescriptor = {
checksum?: string;
id: string;
migration: Migration;
name: string;
path?: string;
};