Commit fa1683af24751d3c2b5197a8973aac7a776b9937
1 parent
6d8ef0f1
Exists in
master
and in
29 other branches
db/schema.rb: update
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
db/schema.rb
... | ... | @@ -101,10 +101,10 @@ ActiveRecord::Schema.define(:version => 20150122165042) do |
101 | 101 | end |
102 | 102 | |
103 | 103 | add_index "article_versions", ["article_id"], :name => "index_article_versions_on_article_id" |
104 | + add_index "article_versions", ["parent_id"], :name => "index_article_versions_on_parent_id" | |
104 | 105 | add_index "article_versions", ["path", "profile_id"], :name => "index_article_versions_on_path_and_profile_id" |
105 | 106 | add_index "article_versions", ["path"], :name => "index_article_versions_on_path" |
106 | 107 | add_index "article_versions", ["published_at", "id"], :name => "index_article_versions_on_published_at_and_id" |
107 | - add_index "article_versions", ["parent_id"], :name => "index_article_versions_on_parent_id" | |
108 | 108 | |
109 | 109 | create_table "articles", :force => true do |t| |
110 | 110 | t.string "name" |
... | ... | @@ -255,7 +255,6 @@ ActiveRecord::Schema.define(:version => 20150122165042) do |
255 | 255 | t.string "source_type" |
256 | 256 | t.string "user_agent" |
257 | 257 | t.string "referrer" |
258 | - t.integer "group_id" | |
259 | 258 | end |
260 | 259 | |
261 | 260 | add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam" | ... | ... |