diff --git a/db/migrate/20160920231000_add_store_to_tracker.rb b/db/migrate/20160920231000_add_store_to_tracker.rb index 2091c46..4dd9c6f 100644 --- a/db/migrate/20160920231000_add_store_to_tracker.rb +++ b/db/migrate/20160920231000_add_store_to_tracker.rb @@ -1,4 +1,4 @@ -class AddStoreToTracker < ActiveRecord::Migration +class AddStoreToTracker < ActiveRecord::Migration[5.0] def self.up if data_source_exists?('spree_trackers') change_table :spree_trackers do |t|