Removed search_keyword from new installs [skip ci]
Andrew
committed May 03, 2018
commit be391151d57280715a59e6a88873a756a26bf580
Showing 2
changed files with
1 additions
and 1 deletions
CHANGELOG.md
+1
-0
| @@ | @@ -3,6 +3,7 @@ |
| - Added option for IP masking | |
| - Added option to use anonymity sets instead of cookies | |
| - Fixed `visitable` for Rails 4.2 | |
| + | - Removed `search_keyword` from new installs |
| ## 2.0.2 | |
generators/ahoy/templates/active_record_migration.rb b/lib/generators/ahoy/templates/active_record_migration.rb
+0
-1
| @@ | @@ -15,7 +15,6 @@ class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version |
| t.text :user_agent | |
| t.text :referrer | |
| t.string :referring_domain | |
| - | t.string :search_keyword |
| t.text :landing_page | |
| # technology | |