diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 11:05:31 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 11:05:31 +0000 |
commit | b428f877eda19a103839930ef5eb45fff3684b07 (patch) | |
tree | 0f2b5e42a24418a21cfcce88c7b7d2c56c516098 /app/models/outgoing_message.rb | |
parent | caff0a3ff2e38a5aab906baa4cc77d30587e1184 (diff) |
Ensure model schema documentation is up to date.
Diffstat (limited to 'app/models/outgoing_message.rb')
-rw-r--r-- | app/models/outgoing_message.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/outgoing_message.rb b/app/models/outgoing_message.rb index b7e310b1e..cc561b21d 100644 --- a/app/models/outgoing_message.rb +++ b/app/models/outgoing_message.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 95 +# Schema version: 108 # # Table name: outgoing_messages # @@ -10,8 +10,8 @@ # message_type :string(255) not null # created_at :datetime not null # updated_at :datetime not null -# last_sent_at :datetime -# incoming_message_followup_id :integer +# last_sent_at :datetime +# incoming_message_followup_id :integer # what_doing :string(255) not null # |