Commit 80eda1537f24f845c37dca65cceada9339a4382d
1 parent
791c1406
Exists in
master
and in
28 other branches
Removing index creation for column enterprise_id on table products
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
db/schema.rb
@@ -438,7 +438,6 @@ ActiveRecord::Schema.define(:version => 20140314200103) do | @@ -438,7 +438,6 @@ ActiveRecord::Schema.define(:version => 20140314200103) do | ||
438 | end | 438 | end |
439 | 439 | ||
440 | add_index "products", ["created_at"], :name => "index_products_on_created_at" | 440 | add_index "products", ["created_at"], :name => "index_products_on_created_at" |
441 | - add_index "products", ["enterprise_id"], :name => "index_products_on_enterprise_id" | ||
442 | add_index "products", ["product_category_id"], :name => "index_products_on_product_category_id" | 441 | add_index "products", ["product_category_id"], :name => "index_products_on_product_category_id" |
443 | add_index "products", ["profile_id"], :name => "index_products_on_profile_id" | 442 | add_index "products", ["profile_id"], :name => "index_products_on_profile_id" |
444 | 443 |