Updated comment.

This commit is contained in:
Raman 2018-08-24 08:39:54 -04:00
parent fd6c014c9d
commit 3fd4419a4b

View File

@ -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());