mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Updated comment.
This commit is contained in:
parent
fd6c014c9d
commit
3fd4419a4b
@ -759,7 +759,7 @@ public final class DrawableDB {
|
||||
|
||||
dbWriteLock();
|
||||
try {
|
||||
// "INSERT OR IGNORE/ INTO drawable_files (path, name, created_time, modified_time, make, model, analyzed)"
|
||||
// "INSERT OR IGNORE/ INTO drawable_files (obj_id, data_source_obj_id, path, name, created_time, modified_time, make, model, analyzed)"
|
||||
stmt.setLong(1, f.getId());
|
||||
stmt.setLong(2, f.getAbstractFile().getDataSource().getId());
|
||||
stmt.setString(3, f.getDrawablePath());
|
||||
|
Loading…
x
Reference in New Issue
Block a user