class AddProviderToFeatureModelMap < ActiveRecord::Migration[7.0]
  def change
    add_column :feature_model_maps, :provider, :string
  end
end
