[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: typo
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: typo |
Date: |
Sun, 25 Aug 2024 23:11:06 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 1d8f18619 typo
1d8f18619 is described below
commit 1d8f186191aecb8c541291667f5d996fb098f741
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 25 23:11:02 2024 +0200
typo
---
src/auditordb/0002-auditor_row_minor_inconsistencies.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] branch master updated: typo,
gnunet <=