Skip to content

Commit

Permalink
Add evm_owner, tenant, group to orch stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Oct 10, 2018
1 parent 41028fd commit 9545e77
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class AddEvmOwnerToOrchestrationStacks < ActiveRecord::Migration[5.0]
def change
add_column :orchestration_stacks, :evm_owner_id, :integer
add_column :orchestration_stacks, :miq_group_id, :integer
add_column :orchestration_stacks, :tenant_id, :integer
end
end

0 comments on commit 9545e77

Please sign in to comment.