summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/sqlite/sqlite_context.h')
-rw-r--r--database/sqlite/sqlite_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/sqlite/sqlite_context.h b/database/sqlite/sqlite_context.h
index 2e52b9bf..2586916e 100644
--- a/database/sqlite/sqlite_context.h
+++ b/database/sqlite/sqlite_context.h
@@ -45,8 +45,8 @@ typedef struct versioned_context_data {
uint64_t priority; // the chart priority of the context
- uint64_t first_time_t; // the first entry in the database, in seconds
- uint64_t last_time_t; // the last point in the database, in seconds
+ uint64_t first_time_s; // the first entry in the database, in seconds
+ uint64_t last_time_s; // the last point in the database, in seconds
bool deleted; // true when this is deleted