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`);