Track fully imported downloads in separate history table

New: Improved detection of already imported downloads
Closes #232
This commit is contained in:
Mark McDowall
2020-03-03 18:09:29 -08:00
committed by ta264
parent e1eb9a0ba7
commit 25b37ace34
43 changed files with 684 additions and 293 deletions
@@ -131,17 +131,6 @@ export const defaultState = {
}
]
},
{
key: 'downloadImported',
label: 'Download Imported',
filters: [
{
key: 'eventType',
value: '8',
type: filterTypes.EQUAL
}
]
},
{
key: 'deleted',
label: 'Deleted',