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 245c88d0a3d2452c4d017184f248f10f1b4c73a3
Author: Greg Stein <[email protected]>
AuthorDate: Fri Sep 26 12:12:48 2025 -0500

    remove monitor question. settled.
---
 v3/schema.sql | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/v3/schema.sql b/v3/schema.sql
index c06896f..251312c 100644
--- a/v3/schema.sql
+++ b/v3/schema.sql
@@ -76,9 +76,6 @@ CREATE TABLE election (
     /* ### contents/format is TBD; think "which PMC" or "Foundation"  */
     authz  TEXT,
 
-    /* ### if we have monitors, they go here.  */
-    /* ### skip monitors. only OWNER_PID may monitor.  */
-
     /* A salt value to use for hashing this Election. 16 bytes.
        This will be NULL until the Election is opened.  */
     salt  BLOB  CHECK (salt IS NULL OR length(salt) = 16),

Reply via email to