From ffecc2e37006a4d1f2517ba9d15ee3970b2f2cde Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 19 Dec 2013 01:59:17 +0000 Subject: [PATCH] Fix: updated db/schema --- db/schema.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 1050040..2fb75bd 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1,4 +1,4 @@ -# This file is auto-generated from the current state of the database. Instead of editing this file, +# This file is auto-generated from the current state of the database. Instead of editing this file, # please use the migrations feature of Active Record to incrementally modify your database, and # then regenerate this schema definition. # @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20131011164400) do +ActiveRecord::Schema.define(:version => 20131121162641) do create_table "abuse_reports", :force => true do |t| t.integer "reporter_id" -- libgit2 0.21.2