Skip to main content

SCHEMA

Constant SCHEMA 

Source
pub const SCHEMA: u32 = 1;
Expand description

On-disk format for a question. Bumped when a field’s meaning changes.

The web UI is written against this shape by hand - there is no shared schema between the front end and this struct - so a field that changes meaning without a bump here is a UI that lies silently.