LogoRobo.js
Framework

MigrationMetadata

Interface: MigrationMetadata

Migration metadata stored in adapter. Stored at: _flashcore:migrations:{name}

Properties

PropertyTypeDescription
appliedAt?stringWhen the migration was applied (ISO string)
checksumstringChecksum of migration code for drift detection
error?stringError message if failed
namestringMigration name
rollbackAttempted?booleanWhether rollback was attempted
statusMigrationStatusCurrent status

On this page