Skip to content

Commit 79093ff

Browse files
committed
[FIX] Incorrect SQL in RebootEvent Update
Incorrect column names in reboot event session id update.
1 parent cde1098 commit 79093ff

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
@@ -226,7 +226,7 @@
226226
"WHERE SessionId = 0"
227227

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

232232
#define DELETE_TABLE "DELETE FROM NetworkEvent"

0 commit comments

Comments
 (0)