Enum SchemaChangeKind
Describes the kind of schema change recorded in the audit trail.
public enum SchemaChangeKind
Fields
Compatible = 0Backward-compatible change with no breaking edits; existing data is read as-is, no migration ran.
Migration = 1Breaking change that required migrating existing entities to the new layout.
SystemUpgrade = 2Change originating from an engine/system-component upgrade.