Commit af477137df09ffad97784f6dda517775e8d941ad
1 parent
0725f74d
Exists in
master
and in
25 other branches
db/schema.rb: update
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
db/schema.rb
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | # |
12 | 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 | 16 | create_table "abuse_reports", :force => true do |t| |
17 | 17 | t.integer "reporter_id" |
... | ... | @@ -684,12 +684,13 @@ ActiveRecord::Schema.define(:version => 20150513213939) do |
684 | 684 | t.date "end_date" |
685 | 685 | t.integer "requestor_id" |
686 | 686 | t.integer "target_id" |
687 | - t.string "code", :limit => 40 | |
687 | + t.string "code", :limit => 40 | |
688 | 688 | t.string "type" |
689 | 689 | t.datetime "created_at" |
690 | 690 | t.string "target_type" |
691 | 691 | t.integer "image_id" |
692 | - t.boolean "spam", :default => false | |
692 | + t.boolean "spam", :default => false | |
693 | + t.integer "responsible_id" | |
693 | 694 | end |
694 | 695 | |
695 | 696 | add_index "tasks", ["requestor_id"], :name => "index_tasks_on_requestor_id" | ... | ... |