MigrationJournalRow

View Source

Summary

Row shape persisted in the migration journal table.

Signature

type MigrationJournalRow = {
  appliedAt: Date;
  batch: number;
  checksum: string;
  id: string;
  name: string;
};