From 5cbd268c3f98ec7c74c215a6e80125abfc5c801b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 11 Jan 2011 19:29:48 -0300 Subject: [PATCH] Updating schema.rb --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 05d6d37..78db5a9 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 => 20101209001631) do +ActiveRecord::Schema.define(:version => 20101221134544) do create_table "action_tracker", :force => true do |t| t.integer "user_id" @@ -194,6 +194,7 @@ ActiveRecord::Schema.define(:version => 20101209001631) do t.string "name" t.string "email" t.datetime "created_at" + t.integer "reply_of_id" end create_table "contact_lists", :force => true do |t| -- libgit2 0.21.2