Skip to content

Commit

Permalink
Merge pull request #254 from hsong-rh/add_cancel_state_in_miq_request
Browse files Browse the repository at this point in the history
Add cancelation_status column in MiqRequest and MiqRequestTask
  • Loading branch information
carbonin authored Sep 7, 2018
2 parents 0afeaad + 61c7c87 commit b45e742
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddCancelationStatusToMiqRequest < ActiveRecord::Migration[5.0]
def change
add_column :miq_requests, :cancelation_status, :string
add_column :miq_request_tasks, :cancelation_status, :string
end
end

0 comments on commit b45e742

Please sign in to comment.