Commit d90a9743a8983ea84cfe89e9af298b159b5b7776

Authored by Antonio Terceiro
1 parent dd0ff2c9

db/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 => 20150525101430) do 14 +ActiveRecord::Schema.define(:version => 20150602142030) 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"
@@ -691,6 +691,7 @@ ActiveRecord::Schema.define(:version => 20150525101430) do @@ -691,6 +691,7 @@ ActiveRecord::Schema.define(:version => 20150525101430) do
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 t.integer "responsible_id"
  694 + t.integer "closed_by_id"
694 end 695 end
695 696
696 add_index "tasks", ["requestor_id"], :name => "index_tasks_on_requestor_id" 697 add_index "tasks", ["requestor_id"], :name => "index_tasks_on_requestor_id"