From 1b7dcab6a70e76b8daf6b3633f6377784a50e814 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 5 Aug 2013 19:29:24 -0300 Subject: [PATCH] Updating schema --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 8d39bb1..2e174b8 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 => 20130606110602) do +ActiveRecord::Schema.define(:version => 20130711213046) do create_table "abuse_reports", :force => true do |t| t.integer "reporter_id" @@ -518,6 +518,7 @@ ActiveRecord::Schema.define(:version => 20130606110602) do t.integer "scrap_id" t.datetime "created_at" t.datetime "updated_at" + t.integer "context_id" end create_table "taggings", :force => true do |t| -- libgit2 0.21.2