const DROP_OLD_BRIDGEDESCS: &str = "DELETE FROM BridgeDescs WHERE ? > until OR fetched > ?;";
Query: Discard every bridge descriptor that is too old, or from the future. (Both ?=now.)