aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_purse_summary.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/0002-auditor_purse_summary.sql')
-rw-r--r--src/auditordb/0002-auditor_purse_summary.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/0002-auditor_purse_summary.sql b/src/auditordb/0002-auditor_purse_summary.sql
index 7a3a1bda7..7c21271c1 100644
--- a/src/auditordb/0002-auditor_purse_summary.sql
+++ b/src/auditordb/0002-auditor_purse_summary.sql
@@ -17,7 +17,7 @@
CREATE TABLE IF NOT EXISTS auditor_purse_summary
,balance_val INT8 NOT NULL
,balance_frac INT4 NOT NULL
- ,open_purses INT8 NOT NULL
+ ,open_purses INT8 NOT NULL -- FIXME: do we need this column?
);
COMMENT ON TABLE auditor_purse_summary
- IS 'sum of the balances in open purses'; \ No newline at end of file
+ IS 'sum of the balances in open purses';