Actions
Bug #37073
closedTracker #37076: make it possible to run seeds/migrations after foreman was fully migrated/seeded
Migration error 'column settings.category does not exist'
Description
See:
- https://github.com/theforeman/foreman/pull/9524
- https://github.com/theforeman/foreman/pull/9524#issuecomment-1404661119
Part of this was fixed in #36007, but the old migration from 2016 was forgotten.
It's not an issue when you migrate foreman and katello in one go (as then Rails sorts the migrations in a way that the Katello one comes before the Foreman one that drops the category column), but is a problem when you try to install Katello ontop of Foreman.
Actions