Constant mz_catalog::durable::upgrade::CATALOG_VERSION
source ยท pub const CATALOG_VERSION: u64 = 71;
Expand description
The current version of the Catalog
.
We will initialize new Catalog
es with this version, and migrate existing Catalog
es to this
version. Whenever the Catalog
changes, e.g. the protobufs we serialize in the Catalog
change, we need to bump this version.