Skip to content

Commit

Permalink
Merge pull request #105 from mkanoor/add_options_to_miq_method
Browse files Browse the repository at this point in the history
Added options to MiqAeMethod table
  • Loading branch information
Fryguy authored Oct 24, 2017
2 parents c25c6d4 + 7cf808a commit bea4e30
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 bea4e30

Please sign in to comment.