summaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_refreshes_hanging.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/0002-auditor_refreshes_hanging.sql')
-rw-r--r--src/auditordb/0002-auditor_refreshes_hanging.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditordb/0002-auditor_refreshes_hanging.sql b/src/auditordb/0002-auditor_refreshes_hanging.sql
index 5544bc0d8..3f743feb2 100644
--- a/src/auditordb/0002-auditor_refreshes_hanging.sql
+++ b/src/auditordb/0002-auditor_refreshes_hanging.sql
@@ -19,7 +19,8 @@ CREATE TABLE IF NOT EXISTS auditor_refreshes_hanging
(
row_id BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE PRIMARY KEY,
amount taler_amount,
- coin_pub BYTEA
+ coin_pub BYTEA,
+ suppressed BOOLEAN NOT NULL DEFAULT FALSE
);
COMMENT ON TABLE auditor_refreshes_hanging
IS 'Report a hanging refresh.'; \ No newline at end of file