aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_refreshes_hanging.sql
diff options
context:
space:
mode:
authorCedric Zwahlen <cedric.zwahlen@students.bfh.ch>2024-04-09 10:01:44 +0200
committerCedric Zwahlen <cedric.zwahlen@students.bfh.ch>2024-04-19 20:47:32 +0200
commit7b07b544581a0854882058efbaa0b120e69ec836 (patch)
tree78d196dae4c71036429eb14dfc97b486a40c2def /src/auditordb/0002-auditor_refreshes_hanging.sql
parent6749bd0aa6ac33991e271298454382425a865646 (diff)
downloadexchange-7b07b544581a0854882058efbaa0b120e69ec836.tar.gz
exchange-7b07b544581a0854882058efbaa0b120e69ec836.tar.bz2
exchange-7b07b544581a0854882058efbaa0b120e69ec836.zip
Update tables
include suppressed field
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