Commit 5cbd268c3f98ec7c74c215a6e80125abfc5c801b
1 parent
17673f21
Exists in
master
and in
28 other branches
Updating schema.rb
(ActionItem1771)
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
db/schema.rb
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
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 => 20101209001631) do | 12 | +ActiveRecord::Schema.define(:version => 20101221134544) do |
13 | 13 | ||
14 | create_table "action_tracker", :force => true do |t| | 14 | create_table "action_tracker", :force => true do |t| |
15 | t.integer "user_id" | 15 | t.integer "user_id" |
@@ -194,6 +194,7 @@ ActiveRecord::Schema.define(:version => 20101209001631) do | @@ -194,6 +194,7 @@ ActiveRecord::Schema.define(:version => 20101209001631) do | ||
194 | t.string "name" | 194 | t.string "name" |
195 | t.string "email" | 195 | t.string "email" |
196 | t.datetime "created_at" | 196 | t.datetime "created_at" |
197 | + t.integer "reply_of_id" | ||
197 | end | 198 | end |
198 | 199 | ||
199 | create_table "contact_lists", :force => true do |t| | 200 | create_table "contact_lists", :force => true do |t| |