pub fn clear_projection(conn: &Connection) -> Result<()>Expand description
Drop all projection data for a full rebuild.
Clears all items, edge tables, comments, redactions, FTS index, and the projected events tracking table. Schema structure is preserved.
ยงErrors
Returns an error if the truncation fails.