update v1 schema comments with new "redundant" mood
This commit is contained in:
parent
4e9b6c53a9
commit
10e754fc9a
|
@ -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`);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user