mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #6668 from kellykelly3/dataSourceInfo-dump-change
7254 - Anonymized new datetime column in test script
This commit is contained in:
commit
8b103706ef
@ -596,6 +596,7 @@ def normalize_db_entry(line, files_table, vs_parts_table, vs_info_table, fs_info
|
|||||||
return newLine
|
return newLine
|
||||||
elif data_source_info_index:
|
elif data_source_info_index:
|
||||||
fields_list[1] = "{device id}"
|
fields_list[1] = "{device id}"
|
||||||
|
fields_list[4] = "{dateTime}"
|
||||||
newLine = ('INSERT INTO "data_source_info" VALUES(' + ','.join(fields_list) + ');')
|
newLine = ('INSERT INTO "data_source_info" VALUES(' + ','.join(fields_list) + ');')
|
||||||
return newLine
|
return newLine
|
||||||
elif ingest_job_index:
|
elif ingest_job_index:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user