Skip to content

Commit

Permalink
Fixes #37815 - Fix convert2rhel DB down migration (#11140)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8d378f3)
  • Loading branch information
jeremylenz authored and chris1984 committed Sep 17, 2024
1 parent 5114984 commit a1f8835
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 a1f8835

Please sign in to comment.