Constant tor_dirmgr::storage::sqlite::INSERT_AUTHCERT

source ยท
const INSERT_AUTHCERT: &str = "
  INSERT OR REPLACE INTO Authcerts
    ( id_digest, sk_digest, published, expires, contents)
  VALUES ( ?, ?, ?, ?, ? );
";
Expand description

Query: Add a new AuthCert