Commit ae71aa62842aebd9d5e444f1a4e406d16c251b48
1 parent
59897e5e
Exists in
master
and in
29 other branches
Removing plugin column from db/schema
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
db/schema.rb
... | ... | @@ -221,7 +221,6 @@ ActiveRecord::Schema.define(:version => 20130711213046) do |
221 | 221 | t.string "source_type" |
222 | 222 | t.string "user_agent" |
223 | 223 | t.string "referrer" |
224 | - t.integer "group_id" | |
225 | 224 | end |
226 | 225 | |
227 | 226 | add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam" | ... | ... |