Actions
Bug #13650
closedAfter recent move of errata association from content host to host, the system deletion fails on errata foreign key
Status:
Closed
Priority:
Normal
Assignee:
Category:
Errata Management
Target version:
Description
After rebasing to https://github.com/Katello/katello/commit/936cdbc372bdfc41fea42c6fe5318addbefd08e5,
I've hit the following issue when running subscription-manager register --force on already registered system:
update or delete on table "katello_systems" violates foreign key constraint "katello_system_errata_system_id" on table "katello_system_errata"
Added by Walden Raines about 9 years ago
Added by Walden Raines about 9 years ago
Actions
Fixes #13650 - remove system_errata table.
When deleting a system the foreign key to system_errata causes
the delete of the system to fail. This table is now unused and
should be removed.
http://projects.theforeman.org/issues/13650