-- 020: explicit page ordering within a space (and within a parent). ALTER TABLE pages ADD COLUMN IF NOT EXISTS position integer NOT NULL DEFAULT 0; CREATE INDEX IF NOT EXISTS idx_pages_space_position ON pages (space_id, position, title);