aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-25 23:11:02 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-25 23:11:02 +0200
commit1d8f186191aecb8c541291667f5d996fb098f741 (patch)
tree73ea24d3b35957df2207380dd35117a4510de846
parent293d643af4c4c3fccc857493e84e8d7c437ce428 (diff)
typo
-rw-r--r--src/auditordb/0002-auditor_row_minor_inconsistencies.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/0002-auditor_row_minor_inconsistencies.sql b/src/auditordb/0002-auditor_row_minor_inconsistencies.sql
index cf421e37e..9d0ee5d67 100644
--- a/src/auditordb/0002-auditor_row_minor_inconsistencies.sql
+++ b/src/auditordb/0002-auditor_row_minor_inconsistencies.sql
@@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS auditor_row_minor_inconsistencies
(
row_id BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE PRIMARY KEY,
row_table BYTEA NOT NULL,
- problem_row BIGINT NOT NULL
+ problem_row BIGINT NOT NULL,
diagnostic BYTEA NOT NULL,
suppressed BOOLEAN NOT NULL DEFAULT FALSE
);