""" Canonical systems.db schema version — shared by all generators (#888). Bump SCHEMA_VERSION manually on any backwards-incompatible schema change (column removed, type changed, FK constraint added, table dropped). Additive changes (new nullable columns, new tables, new indexes) do not require a bump. Imported by: tooling/economy-db/import_economics.py """ SCHEMA_VERSION = "1.0.0"