Commit af477137df09ffad97784f6dda517775e8d941ad

Authored by Antonio Terceiro
1 parent 0725f74d

db/schema.rb: update

Showing 1 changed file with 4 additions and 3 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 => 20150513213939) do 14 +ActiveRecord::Schema.define(:version => 20150525101430) 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"
@@ -684,12 +684,13 @@ ActiveRecord::Schema.define(:version => 20150513213939) do @@ -684,12 +684,13 @@ ActiveRecord::Schema.define(:version => 20150513213939) do
684 t.date "end_date" 684 t.date "end_date"
685 t.integer "requestor_id" 685 t.integer "requestor_id"
686 t.integer "target_id" 686 t.integer "target_id"
687 - t.string "code", :limit => 40 687 + t.string "code", :limit => 40
688 t.string "type" 688 t.string "type"
689 t.datetime "created_at" 689 t.datetime "created_at"
690 t.string "target_type" 690 t.string "target_type"
691 t.integer "image_id" 691 t.integer "image_id"
692 - t.boolean "spam", :default => false 692 + t.boolean "spam", :default => false
  693 + t.integer "responsible_id"
693 end 694 end
694 695
695 add_index "tasks", ["requestor_id"], :name => "index_tasks_on_requestor_id" 696 add_index "tasks", ["requestor_id"], :name => "index_tasks_on_requestor_id"