Skip to content

Commit

Permalink
Fixes #37815 - Fix convert2rhel DB down migration (#11140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz authored Sep 12, 2024
1 parent 9a6a7a0 commit 8d378f3
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 8d378f3

Please sign in to comment.