MigrationJournalRow
Summary
Row shape persisted in the migration journal table.
Signature
type MigrationJournalRow = {
appliedAt: Date;
batch: number;
checksum: string;
id: string;
name: string;
};
Row shape persisted in the migration journal table.
type MigrationJournalRow = {
appliedAt: Date;
batch: number;
checksum: string;
id: string;
name: string;
};