Constant mz_catalog::durable::CATALOG_VERSION

source ·
pub const CATALOG_VERSION: u64 = 55;
Expand description

The current version of the Catalog.

We will initialize new Cataloges with this version, and migrate existing Cataloges to this version. Whenever the Catalog changes, e.g. the protobufs we serialize in the Catalog change, we need to bump this version.