Skip to content

Commit

Permalink
Added options to MiqAeMethod table
Browse files Browse the repository at this point in the history
With the addition of newer Method types like Ansible Playbook,
Expression Methods we need to store custom options hash for each of
these method types.
  • Loading branch information
mkanoor committed Oct 24, 2017
1 parent 12454cd commit 7cf808a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20171024144122_add_options_to_miq_ae_method.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddOptionsToMiqAeMethod < ActiveRecord::Migration[5.0]
def change
add_column :miq_ae_methods, :options, :text
end
end
1 change: 1 addition & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4820,6 +4820,7 @@ miq_ae_methods:
- updated_by
- updated_by_user_id
- embedded_methods
- options
miq_ae_namespaces:
- id
- parent_id
Expand Down

0 comments on commit 7cf808a

Please sign in to comment.