Skip to content

Commit

Permalink
Merge pull request ManageIQ#17 from kbrock/tracking_label
Browse files Browse the repository at this point in the history
add MiqQueue#tracking_label
  • Loading branch information
Fryguy committed Jun 23, 2017
2 parents 26983b4 + d38077f commit 15d7a90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20170622210452_create_miq_queues_work_label.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class CreateMiqQueuesWorkLabel < ActiveRecord::Migration[5.0]
def change
add_column :miq_queue, :tracking_label, :string, :comment => 'label to track requests through the system'
end
end
1 change: 1 addition & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5018,6 +5018,7 @@ miq_queue:
- for_user
- for_user_id
- expires_on
- tracking_label
miq_regions:
- id
- region
Expand Down

0 comments on commit 15d7a90

Please sign in to comment.