diff options
author | francis <francis> | 2007-10-24 17:47:38 +0000 |
---|---|---|
committer | francis <francis> | 2007-10-24 17:47:38 +0000 |
commit | 384abe1fe9412742965865a8d9e4e87b709470c6 (patch) | |
tree | da9d37a579f1a94792c3403c2baeb8ebd062d606 /db/schema.rb | |
parent | bc3b0c2e181697f240d3f8c863c4cdb03d4ca88d (diff) |
Save that message has been sent and when.
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 04f4a49fd..2a8a7978b 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -2,7 +2,7 @@ # migrations feature of ActiveRecord to incrementally modify your database, and # then regenerate this schema definition. -ActiveRecord::Schema.define(:version => 11) do +ActiveRecord::Schema.define(:version => 12) do create_table "info_requests", :force => true do |t| t.column "title", :text @@ -19,6 +19,7 @@ ActiveRecord::Schema.define(:version => 11) do t.column "message_type", :string t.column "created_at", :datetime t.column "updated_at", :datetime + t.column "sent_at", :datetime end create_table "public_bodies", :force => true do |t| |