From 10e754fc9a8762a79c02ac3bfd1aa43af27dd1bb Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 12 Feb 2018 17:04:24 -0800 Subject: [PATCH] update v1 schema comments with new "redundant" mood --- src/wormhole_transit_relay/db-schemas/v1.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wormhole_transit_relay/db-schemas/v1.sql b/src/wormhole_transit_relay/db-schemas/v1.sql index f68d742..7c5e245 100644 --- a/src/wormhole_transit_relay/db-schemas/v1.sql +++ b/src/wormhole_transit_relay/db-schemas/v1.sql @@ -24,6 +24,7 @@ CREATE TABLE `usage` -- transit moods: -- "errory": one side gave the wrong handshake -- "lonely": good handshake, but the other side never showed up + -- "redundant": good handshake, abandoned in favor of different connection -- "happy": both sides gave correct handshake ); CREATE INDEX `usage_started_index` ON `usage` (`started`);