diff --git a/db/migrate/20190313025622_remove_index_from_ecloud.rb b/db/migrate/20190313025622_remove_index_from_ecloud.rb new file mode 100644 index 00000000..83446865 --- /dev/null +++ b/db/migrate/20190313025622_remove_index_from_ecloud.rb @@ -0,0 +1,5 @@ +class RemoveIndexFromEcloud < ActiveRecord::Migration + def change + remove_index :eclouds, :name => 'ecorder_cust_code' + end +end