diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_notes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py index 5528d93c..5fc01d34 100755 --- a/bin/reproducible_notes.py +++ b/bin/reproducible_notes.py @@ -156,7 +156,7 @@ def store_notes(): pkg_bugs = json.dumps(entry['bugs']) pkg_comments = entry['comments'] to_insert.append({ - 'id': pkg_id, + 'package_id': pkg_id, 'version': pkg_version, 'issues': pkg_issues, 'bugs': pkg_bugs, |