pub async fn delete_deprecated_keys<C: ConnectionTrait>(
db: &C,
deprecated_keys: &'static [&'static str],
) -> Result<u64>Expand description
Deletes deprecated system keys configured by the product.
ยงErrors
Returns an error when the database operation fails.