From ae71aa62842aebd9d5e444f1a4e406d16c251b48 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 21 Aug 2013 16:28:39 -0300 Subject: [PATCH] Removing plugin column from db/schema --- db/schema.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 2e174b8..2265a57 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -221,7 +221,6 @@ ActiveRecord::Schema.define(:version => 20130711213046) 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