| |
@@ -8588,7 +8588,7 @@
|
| |
'external_repo_data': ['external_repo_id', 'data'],
|
| |
'host_config': ['host_id', 'arches', 'capacity', 'description', 'comment', 'enabled'],
|
| |
'host_channels': ['host_id', 'channel_id'],
|
| |
- 'tag_external_repos': ['tag_id', 'external_repo_id', 'priority', 'merge_mode'],
|
| |
+ 'tag_external_repos': ['tag_id', 'external_repo_id', 'priority', 'merge_mode', 'arches'],
|
| |
'tag_listing': ['build_id', 'tag_id'],
|
| |
'tag_packages': ['package_id', 'tag_id', 'blocked', 'extra_arches'],
|
| |
'tag_package_owners': ['package_id', 'tag_id', 'owner'],
|
| |
This fixes an oversight in query_history. The arches field of this table was omitted. This field was added to the table in #2564 (from 1.24)
Fixes https://pagure.io/koji/issue/4290