summaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_reserve_not_closed_inconsistency.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/0002-auditor_reserve_not_closed_inconsistency.sql')
-rw-r--r--src/auditordb/0002-auditor_reserve_not_closed_inconsistency.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditordb/0002-auditor_reserve_not_closed_inconsistency.sql b/src/auditordb/0002-auditor_reserve_not_closed_inconsistency.sql
index 1147b4ae8..6fee9d6ed 100644
--- a/src/auditordb/0002-auditor_reserve_not_closed_inconsistency.sql
+++ b/src/auditordb/0002-auditor_reserve_not_closed_inconsistency.sql
@@ -21,7 +21,8 @@ CREATE TABLE IF NOT EXISTS auditor_reserve_not_closed_inconsistency
reserve_pub BYTEA,
balance taler_amount,
expiration_time BIGINT,
- diagnostic BYTEA
+ diagnostic BYTEA,
+ suppressed BOOLEAN NOT NULL DEFAULT FALSE
);
COMMENT ON TABLE auditor_reserve_not_closed_inconsistency
IS 'Report a (serious) reserve balance insufficiency.'; \ No newline at end of file