exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 1d8f186191aecb8c541291667f5d996fb098f741
parent 293d643af4c4c3fccc857493e84e8d7c437ce428
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 Aug 2024 23:11:02 +0200

typo

Diffstat:
Msrc/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 @@ -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 );