aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_progress_reserve.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-26 11:25:31 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-26 11:25:31 +0200
commit4f255d799a1f9b14e8491a76a9be99dfa44e4385 (patch)
tree110861827ee16975f297b8dd05803f8c6fa53993 /src/auditordb/0002-auditor_progress_reserve.sql
parentc89c7eff4945dd56887530705841ef648427b35d (diff)
downloadexchange-4f255d799a1f9b14e8491a76a9be99dfa44e4385.tar.xz
-first hack at SQL fixes
Diffstat (limited to 'src/auditordb/0002-auditor_progress_reserve.sql')
-rw-r--r--src/auditordb/0002-auditor_progress_reserve.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/0002-auditor_progress_reserve.sql b/src/auditordb/0002-auditor_progress_reserve.sql
index 5b392f42e..e1b9b4817 100644
--- a/src/auditordb/0002-auditor_progress_reserve.sql
+++ b/src/auditordb/0002-auditor_progress_reserve.sql
@@ -15,7 +15,7 @@
--
CREATE TABLE IF NOT EXISTS auditor_progress_reserve
- ,reserve_name TEXT NOT NULL
+ ,reserve_name TEXT NOT NULL -- FIXME: I think you missunderstood how the progress points should work in the future...
,serial_id INT8 NOT NULL
-- ,PRIMARY KEY (master_pub)
);