diff --git a/db/migrate/20140927005043_enterprise_config_refactor.rb b/db/migrate/20140927005043_enterprise_config_refactor.rb index 6161ff00a6..f9e8c936ce 100644 --- a/db/migrate/20140927005043_enterprise_config_refactor.rb +++ b/db/migrate/20140927005043_enterprise_config_refactor.rb @@ -25,8 +25,6 @@ class EnterpriseConfigRefactor < ActiveRecord::Migration end remove_column :enterprises, :sells - remove_index :enterprises, :sells - remove_index :enterprises, [:is_primary_producer, :sells] end def sells_what?(enterprise)