Commit 65430ed0510daa1abc5d2e2e87c1bfff350bf3d6

Authored by Rodrigo Souto
1 parent d08608af

Updating schema version

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -9,7 +9,8 @@ @@ -9,7 +9,8 @@
9 # 9 #
10 # It's strongly recommended to check this file into your version control system. 10 # It's strongly recommended to check this file into your version control system.
11 11
12 -ActiveRecord::Schema.define(:version => 20140314200103) do 12 +ActiveRecord::Schema.define(:version => 20140408172149) do
  13 +
13 create_table "abuse_reports", :force => true do |t| 14 create_table "abuse_reports", :force => true do |t|
14 t.integer "reporter_id" 15 t.integer "reporter_id"
15 t.integer "abuse_complaint_id" 16 t.integer "abuse_complaint_id"