Commit 35feaa0556755c0d2aa95002b3ebfda8e70f2126
1 parent
ed778922
Exists in
master
and in
29 other branches
ActionItem536: commiting db/schema.rb in the hope it will not be changed
again git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2344 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
db/schema.rb
... | ... | @@ -71,8 +71,8 @@ ActiveRecord::Schema.define(:version => 47) do |
71 | 71 | t.boolean "virtual", :default => false |
72 | 72 | end |
73 | 73 | |
74 | - add_index "articles_categories", ["category_id"], :name => "index_articles_categories_on_category_id" | |
75 | 74 | add_index "articles_categories", ["article_id"], :name => "index_articles_categories_on_article_id" |
75 | + add_index "articles_categories", ["category_id"], :name => "index_articles_categories_on_category_id" | |
76 | 76 | |
77 | 77 | create_table "blocks", :force => true do |t| |
78 | 78 | t.string "title" |
... | ... | @@ -112,8 +112,8 @@ ActiveRecord::Schema.define(:version => 47) do |
112 | 112 | t.boolean "virtual", :default => false |
113 | 113 | end |
114 | 114 | |
115 | - add_index "categories_profiles", ["category_id"], :name => "index_categories_profiles_on_category_id" | |
116 | 115 | add_index "categories_profiles", ["profile_id"], :name => "index_categories_profiles_on_profile_id" |
116 | + add_index "categories_profiles", ["category_id"], :name => "index_categories_profiles_on_category_id" | |
117 | 117 | |
118 | 118 | create_table "comments", :force => true do |t| |
119 | 119 | t.string "title" |
... | ... | @@ -177,8 +177,8 @@ ActiveRecord::Schema.define(:version => 47) do |
177 | 177 | t.datetime "updated_at" |
178 | 178 | end |
179 | 179 | |
180 | - add_index "product_categorizations", ["category_id"], :name => "index_product_categorizations_on_category_id" | |
181 | 180 | add_index "product_categorizations", ["product_id"], :name => "index_product_categorizations_on_product_id" |
181 | + add_index "product_categorizations", ["category_id"], :name => "index_product_categorizations_on_category_id" | |
182 | 182 | |
183 | 183 | create_table "products", :force => true do |t| |
184 | 184 | t.integer "enterprise_id" |
... | ... | @@ -245,8 +245,8 @@ ActiveRecord::Schema.define(:version => 47) do |
245 | 245 | t.datetime "created_at" |
246 | 246 | end |
247 | 247 | |
248 | - add_index "taggings", ["taggable_id", "taggable_type"], :name => "index_taggings_on_taggable_id_and_taggable_type" | |
249 | 248 | add_index "taggings", ["tag_id"], :name => "index_taggings_on_tag_id" |
249 | + add_index "taggings", ["taggable_id", "taggable_type"], :name => "index_taggings_on_taggable_id_and_taggable_type" | |
250 | 250 | |
251 | 251 | create_table "tags", :force => true do |t| |
252 | 252 | t.string "name" | ... | ... |