Commit 1dc25731ce9207f83e0ff361c0a2f0d6d3b648cf

Authored by Rodrigo Souto
1 parent b92f8632

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 232 t.string "source_type"
233 233 t.string "user_agent"
234 234 t.string "referrer"
235   - t.integer "group_id"
236 235 end
237 236  
238 237 add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam"
... ...