Skip to content

Commit

Permalink
Add tenant_id to miq_product_features
Browse files Browse the repository at this point in the history
  • Loading branch information
lpichler committed Oct 26, 2018
1 parent e875142 commit f77df0b
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 f77df0b

Please sign in to comment.