Remove columns 'description' and 'origin_id'.

They are useless.
This commit is contained in:
Valentin Lorentz 2019-06-18 17:09:33 +02:00
parent 83b3a75f11
commit aef7d5952e
9 changed files with 1 additions and 10 deletions

View file

@ -25,7 +25,6 @@ class GitHubLister(SWHIndexingHttpLister):
'html_url': repo['html_url'],
'origin_url': repo['html_url'],
'origin_type': 'git',
'description': repo['description'],
'fork': repo['fork'],
}