From 1dc25731ce9207f83e0ff361c0a2f0d6d3b648cf Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 7 Apr 2014 15:19:46 +0000 Subject: [PATCH] comment-group-plugin: remove plugin column from core schema --- db/schema.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 8016f39..8f8660a 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -232,7 +232,6 @@ ActiveRecord::Schema.define(:version => 20140314200103) do t.string "source_type" t.string "user_agent" t.string "referrer" - t.integer "group_id" end add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam" -- libgit2 0.21.2