Skip to content

Commit

Permalink
Add cancelation_status column in MiqRequest and MiqRequestTask
Browse files Browse the repository at this point in the history
  • Loading branch information
hsong-rh committed Sep 6, 2018
1 parent e7880d6 commit 61c7c87
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 61c7c87

Please sign in to comment.