pub const CURRENT_SCHEMA_VERSION: u32 = 9;Expand description
Current schema version, equal to the highest migration number in migrations/Vnnn__*.sql.
Added in v1.0.27 as a runtime and test sanity check.
Must be bumped in sync with new Refinery migrations; the unit test
schema_version_matches_migrations_count validates this automatically.