Skip to content

Commit

Permalink
Fixes #37815 - Fix convert2rhel DB down migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz committed Sep 12, 2024
1 parent 9a6a7a0 commit 46cd7e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ def up
end

def down
remove_column :subscription_facets, :convert2rhel_through_foreman
remove_column :katello_subscription_facets, :convert2rhel_through_foreman
end
end

0 comments on commit 46cd7e5

Please sign in to comment.