aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/0002-auditor_progress.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/0002-auditor_progress.sql')
-rw-r--r--src/auditordb/0002-auditor_progress.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/0002-auditor_progress.sql b/src/auditordb/0002-auditor_progress.sql
index 288a08ae9..15d1fe2e4 100644
--- a/src/auditordb/0002-auditor_progress.sql
+++ b/src/auditordb/0002-auditor_progress.sql
@@ -16,7 +16,7 @@
CREATE TABLE IF NOT EXISTS auditor_progress
(progress_key TEXT PRIMARY KEY NOT NULL
- ,progress_offset INT8 NOT NULL
+ ,progress_offset BIGINT NOT NULL
);
COMMENT ON TABLE auditor_progress
IS 'Information about to the point until which the audit has progressed. Used for SELECTing the statements to process.';