Skip to content

Commit

Permalink
Refs #36540 - Removed the unnecessary enablement migrator in master
Browse files Browse the repository at this point in the history
This file was only needed for upgrading from 4.7/4.8 to 4.9
It is no longer needed for future updates. So removing from master
  • Loading branch information
parthaa committed Jul 13, 2023
1 parent ba8eb2a commit 128fe95
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 245 deletions.
183 changes: 0 additions & 183 deletions app/lib/katello/util/default_enablement_migrator.rb

This file was deleted.

3 changes: 1 addition & 2 deletions db/seeds.d/111-upgrade_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{:name => 'katello:upgrades:4.2:remove_checksum_values'},
{:name => 'katello:upgrades:4.4:publish_import_cvvs'},
{:name => 'katello:upgrades:4.8:fix_incorrect_providers'},
{:name => 'katello:upgrades:4.8:regenerate_imported_repository_metadata'},
{:name => 'katello:upgrades:4.9:update_custom_products_enablement'}
{:name => 'katello:upgrades:4.8:regenerate_imported_repository_metadata'}
]
end

This file was deleted.

49 changes: 0 additions & 49 deletions test/lib/util/default_enablement_migrator_test.rb

This file was deleted.

0 comments on commit 128fe95

Please sign in to comment.