Commit 1dc25731ce9207f83e0ff361c0a2f0d6d3b648cf
1 parent
b92f8632
Exists in
master
and in
29 other branches
comment-group-plugin: remove plugin column from core schema
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
db/schema.rb
@@ -232,7 +232,6 @@ ActiveRecord::Schema.define(:version => 20140314200103) do | @@ -232,7 +232,6 @@ ActiveRecord::Schema.define(:version => 20140314200103) do | ||
232 | t.string "source_type" | 232 | t.string "source_type" |
233 | t.string "user_agent" | 233 | t.string "user_agent" |
234 | t.string "referrer" | 234 | t.string "referrer" |
235 | - t.integer "group_id" | ||
236 | end | 235 | end |
237 | 236 | ||
238 | add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam" | 237 | add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam" |