This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 3b43a93a1ab30a6036d8e5091ac615bedff0ba7d Author: Greg Stein <[email protected]> AuthorDate: Sun May 29 20:34:53 2022 -0500 oop. closed must be null/0. --- v3/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/schema.sql b/v3/schema.sql index be57aba..a77a152 100644 --- a/v3/schema.sql +++ b/v3/schema.sql @@ -35,7 +35,7 @@ DEFINITION: salt and opened_key are NULL. closed is n/a. 2. Open. The election is now open for voting. - DEFINITION: salt and opened_key are NOT NULL. closed is n/a. + DEFINITION: salt and opened_key are NOT NULL. closed is NULL or 0. 3. Closed. The election is closed. DEFINITION: salt and opened_key are NOT NULL. closed is 1.
