Interface: MigrationRunReport
Defined in: migrate.ts:69
Properties
applied
applied: AppliedMigration[];
Defined in: migrate.ts:74
from
from: number;
Defined in: migrate.ts:71
Schema version before the run.
skipped
skipped: number;
Defined in: migrate.ts:76
Migrations already recorded as applied and therefore not re-run.
to
to: number;
Defined in: migrate.ts:73
Schema version after the run.