remix/data-table/migrations · Type

View Source

MigrationJournalRow

Summary

Row shape persisted in the migration journal table.

Signature

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