pub fn init_draft_table(conn: &Connection) -> Result<(), CliError>Expand description
Create the draft side-table if absent. Idempotent; called first by every fn (safe on an older vault).
pub fn init_draft_table(conn: &Connection) -> Result<(), CliError>Create the draft side-table if absent. Idempotent; called first by every fn (safe on an older vault).