Skip to content

Commit 4e616cb

Browse files
committed
[FIX] Missed column name
Missed a column name when fixing data exporter.
1 parent a55a417 commit 4e616cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata_writer_sqlite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227

228228
#define UPDATE_SYSTEM_SESSION_ID "UPDATE RebootEvent SET "\
229229
"BootCount=?,BootMultiplier=? "\
230-
"WHERE SessionId = 0"
230+
"WHERE BootCount = 0"
231231

232232
#define DELETE_TABLE "DELETE FROM NetworkEvent"
233233

0 commit comments

Comments
 (0)