update v1 schema comments with new "redundant" mood

This commit is contained in:
Brian Warner 2018-02-12 17:04:24 -08:00
parent 4e9b6c53a9
commit 10e754fc9a

View File

@ -24,6 +24,7 @@ CREATE TABLE `usage`
-- transit moods: -- transit moods:
-- "errory": one side gave the wrong handshake -- "errory": one side gave the wrong handshake
-- "lonely": good handshake, but the other side never showed up -- "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 -- "happy": both sides gave correct handshake
); );
CREATE INDEX `usage_started_index` ON `usage` (`started`); CREATE INDEX `usage_started_index` ON `usage` (`started`);