Framework
MigrationMetadata
Interface: MigrationMetadata
Migration metadata stored in adapter. Stored at: _flashcore:migrations:{name}
Properties
| Property | Type | Description |
|---|---|---|
appliedAt? | string | When the migration was applied (ISO string) |
checksum | string | Checksum of migration code for drift detection |
error? | string | Error message if failed |
name | string | Migration name |
rollbackAttempted? | boolean | Whether rollback was attempted |
status | MigrationStatus | Current status |
