aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index f2032fdc5..38257f742 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 => 22) do
+ActiveRecord::Schema.define(:version => 23) do
create_table "incoming_messages", :force => true do |t|
t.column "info_request_id", :integer
@@ -35,7 +35,7 @@ ActiveRecord::Schema.define(:version => 22) do
t.column "message_type", :string
t.column "created_at", :datetime
t.column "updated_at", :datetime
- t.column "sent_at", :datetime
+ t.column "last_sent_at", :datetime
end
create_table "post_redirects", :force => true do |t|