Skip to content

Commit

Permalink
Merge pull request #28 from lpichler/rename_applies_to_exp_to_miq_exp…
Browse files Browse the repository at this point in the history
…ression_visibily

Rename applies_to_exp to visibility_expression
  • Loading branch information
Fryguy authored Jul 17, 2017
2 parents f2065ca + 679046a commit 4e8961e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RenameAppliesToVisibilityExpression < ActiveRecord::Migration[5.0]
def change
rename_column :custom_buttons, :applies_to_exp, :visibility_expression
end
end
2 changes: 1 addition & 1 deletion db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ custom_buttons:
- guid
- description
- applies_to_class
- applies_to_exp
- visibility_expression
- options
- userid
- wait_for_complete
Expand Down

0 comments on commit 4e8961e

Please sign in to comment.