We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b459bc commit ca7f733Copy full SHA for ca7f733
1 file changed
definitions/Firefox_Bookmarks.yaml
@@ -65,7 +65,8 @@ Sources:
65
dateAdded,
66
lastModified
67
FROM moz_annos
68
- WHERE anno_attribute_id IN (1,2)
+ INNER JOIN moz_anno_attributes ON moz_annos.anno_attribute_id = moz_anno_attributes.id
69
+ WHERE moz_anno_attributes.name IN ('downloads/destinationFileURI','downloads/destinationFileName','downloads/metaData')
70
ORDER BY moz_annos.dateAdded ASC
71
72
- name: History
0 commit comments