Skip to content

Commit

Permalink
Merge pull request #291 from lpichler/add_tenant_id_to_miq_product_fe…
Browse files Browse the repository at this point in the history
…atures

Add tenant_id to miq_product_features
  • Loading branch information
carbonin authored Oct 26, 2018
2 parents dc3b27d + f77df0b commit ed6309a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddTenantIdAndTenantNodeToMiqProductFeatures < ActiveRecord::Migration[5.0]
def change
add_reference :miq_product_features, :tenant, :type => :bigint, :index => true
end
end

0 comments on commit ed6309a

Please sign in to comment.