From 049db1a48808ebd5e6320a2a47780e4d8af6a227 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 30 May 2013 01:31:02 -0300 Subject: [PATCH] Updating schema timestamp --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 3359200..e0172f5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20130304200849) do +ActiveRecord::Schema.define(:version => 20130429214630) do create_table "abuse_reports", :force => true do |t| t.integer "reporter_id" -- libgit2 0.21.2