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

(cherry picked from commit ed6309a)

https://bugzilla.redhat.com/show_bug.cgi?id=1468795
  • Loading branch information
carbonin authored and simaishi committed Nov 14, 2018
1 parent 5942fb3 commit 3531941
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 3531941

Please sign in to comment.