Remix
Remix
remix/data-table/migrations · TypeView Source

MigrateResult

Summary

Result shape returned by migration runner commands.

Signature

type MigrateResult = {
  applied: MigrationStatusEntry[];
  reverted: MigrationStatusEntry[];
  sql: SqlStatement[];
};