LogoRobo.js
Framework

MigrationResult

Interface: MigrationResult

Result of running a single migration.

Properties

PropertyTypeDescription
durationMsnumberDuration in milliseconds
error?stringError message if failed
namestringMigration name
rollbackAttempted?booleanWhether rollback was attempted
status"failed" | "success" | "skipped"Outcome status

On this page