MigrateResult
Summary
Result shape returned by migration runner commands.
Signature
type MigrateResult = {
applied: MigrationStatusEntry[];
reverted: MigrationStatusEntry[];
sql: SqlStatement[];
};
Result shape returned by migration runner commands.
type MigrateResult = {
applied: MigrationStatusEntry[];
reverted: MigrationStatusEntry[];
sql: SqlStatement[];
};