summaryrefslogtreecommitdiff
path: root/src/auditordb/0001.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/0001.sql')
-rw-r--r--src/auditordb/0001.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditordb/0001.sql b/src/auditordb/0001.sql
index 425436e2..f770d67e 100644
--- a/src/auditordb/0001.sql
+++ b/src/auditordb/0001.sql
@@ -172,6 +172,8 @@ CREATE TABLE IF NOT EXISTS auditor_balance_summary
,risk_frac INT4 NOT NULL
,loss_val INT8 NOT NULL
,loss_frac INT4 NOT NULL
+ ,irregular_payback_val INT8 NOT NULL
+ ,irregular_payback_frac INT4 NOT NULL
);
-- Table with historic profits; basically, when a denom_pub has
-- expired and everything associated with it is garbage collected,