From d31ddc20206d1bdb2842a2444f093c085355571e Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Fri, 10 Apr 2015 09:58:42 -0300 Subject: [PATCH] schema.rb: update --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 8067973..dec7c52 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20150223180806) do +ActiveRecord::Schema.define(:version => 20150408231524) do create_table "abuse_reports", :force => true do |t| t.integer "reporter_id" @@ -263,6 +263,7 @@ ActiveRecord::Schema.define(:version => 20150223180806) do t.string "source_type" t.string "user_agent" t.string "referrer" + t.text "settings" end add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam" -- libgit2 0.21.2