From 80eda1537f24f845c37dca65cceada9339a4382d Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Thu, 20 Mar 2014 19:28:22 +0000 Subject: [PATCH] Removing index creation for column enterprise_id on table products --- db/schema.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 70d1b61..6f31b92 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -438,7 +438,6 @@ ActiveRecord::Schema.define(:version => 20140314200103) do end add_index "products", ["created_at"], :name => "index_products_on_created_at" - add_index "products", ["enterprise_id"], :name => "index_products_on_enterprise_id" add_index "products", ["product_category_id"], :name => "index_products_on_product_category_id" add_index "products", ["profile_id"], :name => "index_products_on_profile_id" -- libgit2 0.21.2