Defines the versioned structural baseline for Jizoku's persisted journal.
The installer and operational schema checker share this manifest so copied host migrations and live-database diagnostics use the same required tables.
Summary
Functions
Returns the current structural schema baseline version.
Returns required Jizoku table names in deterministic order.
Returns required table, column, index, and foreign-key definitions.
Functions
@spec baseline() :: pos_integer()
Returns the current structural schema baseline version.
@spec table_names() :: [String.t()]
Returns required Jizoku table names in deterministic order.
@spec tables() :: map()
Returns required table, column, index, and foreign-key definitions.