aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_wire_out_inconsistency.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/0002-auditor_wire_out_inconsistency.sql')
-rw-r--r--src/auditordb/0002-auditor_wire_out_inconsistency.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/auditordb/0002-auditor_wire_out_inconsistency.sql b/src/auditordb/0002-auditor_wire_out_inconsistency.sql
index 9e605d068..d46c2b283 100644
--- a/src/auditordb/0002-auditor_wire_out_inconsistency.sql
+++ b/src/auditordb/0002-auditor_wire_out_inconsistency.sql
@@ -17,7 +17,6 @@
CREATE TABLE IF NOT EXISTS auditor_wire_out_inconsistency
(
row_id BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE PRIMARY KEY,
- problem_row_id BIGINT NOT NULL,
destination_account TEXT NOT NULL,
diagnostic TEXT NOT NULL,
wire_out_serial_id INT8 NOT NULL,