Coverage for src/secchi/schema.py: 100%
6 statements
« prev ^ index » next coverage.py v7.15.2, created at 2026-08-14 23:28 +0000
« prev ^ index » next coverage.py v7.15.2, created at 2026-08-14 23:28 +0000
1"""Version identifiers for persisted and externally consumed Secchi data."""
3from __future__ import annotations
5CACHE_SCHEMA_VERSION = 1
6SECURITY_CACHE_SCHEMA_VERSION = 1
7PACKAGE_EXPORT_SCHEMA_VERSION = 2
8PROJECT_EXPORT_SCHEMA_VERSION = 2
9COMPARISON_SCHEMA_VERSION = 1