| Index: sitescripts/stats/common.py |
| =================================================================== |
| --- a/sitescripts/stats/common.py |
| +++ b/sitescripts/stats/common.py |
| @@ -109,16 +109,20 @@ downloader_fields = [ |
| "coltitle": "Platform version", |
| }, |
| { |
| "name": "downloadInterval", |
| "title": "Download intervals", |
| "coltitle": "Download interval", |
| }, |
| { |
| + "name": "previousDownload", |
| + "hidden": True, |
| + }, |
| + { |
| "name": "firstDownload", |
| "title": "Initial download", |
| "filter": True, |
| }, |
| { |
| "name": "firstInDay", |
| "title": "First download this day", |
| "filter": True, |