Skip to content

Commit

Permalink
Revert "Merge pull request ManageIQ#749 from Fryguy/cleanup_migration…
Browse files Browse the repository at this point in the history
…_name"

This reverts commit 3de3c4c, reversing
changes made to 2b2c76d.
  • Loading branch information
agrare committed Aug 30, 2024
1 parent 3de3c4c commit e208e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class UpdateResourcePoolIdentifiersToMiqProductFeatures < ActiveRecord::Migration[6.1]
class Updateresourcepoolidentifierstomiqproductfeatures < ActiveRecord::Migration[6.1]
class MiqProductFeature < ActiveRecord::Base; end

FEATURE_MAPPING_UPDATE = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require_migration

describe UpdateResourcePoolIdentifiersToMiqProductFeatures do
describe Updateresourcepoolidentifierstomiqproductfeatures do
let(:miq_product_feature) { migration_stub(:MiqProductFeature) }

before do
Expand Down

0 comments on commit e208e89

Please sign in to comment.