Table of Contents

Enum SchemaChangeKind

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Describes the kind of schema change recorded in the audit trail.

public enum SchemaChangeKind

Fields

Compatible = 0

Backward-compatible change with no breaking edits; existing data is read as-is, no migration ran.

Migration = 1

Breaking change that required migrating existing entities to the new layout.

SystemUpgrade = 2

Change originating from an engine/system-component upgrade.