Commit d31ddc20206d1bdb2842a2444f093c085355571e

Authored by Braulio Bhavamitra
1 parent 1ffc0d1b

schema.rb: update

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 # 11 #
12 # It's strongly recommended to check this file into your version control system. 12 # It's strongly recommended to check this file into your version control system.
13 13
14 -ActiveRecord::Schema.define(:version => 20150223180806) do 14 +ActiveRecord::Schema.define(:version => 20150408231524) do
15 15
16 create_table "abuse_reports", :force => true do |t| 16 create_table "abuse_reports", :force => true do |t|
17 t.integer "reporter_id" 17 t.integer "reporter_id"
@@ -263,6 +263,7 @@ ActiveRecord::Schema.define(:version => 20150223180806) do @@ -263,6 +263,7 @@ ActiveRecord::Schema.define(:version => 20150223180806) do
263 t.string "source_type" 263 t.string "source_type"
264 t.string "user_agent" 264 t.string "user_agent"
265 t.string "referrer" 265 t.string "referrer"
  266 + t.text "settings"
266 end 267 end
267 268
268 add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam" 269 add_index "comments", ["source_id", "spam"], :name => "index_comments_on_source_id_and_spam"