Skip to content

Commit

Permalink
Add expression to entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
imtayadeway committed Aug 1, 2017
1 parent 1d23da4 commit 2c51aaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20170728223124_add_expression_to_entitlements.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddExpressionToEntitlements < ActiveRecord::Migration[5.0]
def change
add_column :entitlements, :filter_expression, :text
end
end
1 change: 1 addition & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,7 @@ entitlements:
- created_at
- updated_at
- filters
- filter_expression
event_logs:
- id
- name
Expand Down

0 comments on commit 2c51aaf

Please sign in to comment.