diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-01 15:01:47 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-01 15:01:47 +0000 |
commit | 6cb2a855ff56a6f80221355e40d0999c54cfeb4b (patch) | |
tree | 3fa71f23f5f69674dea45a4089f949725fc41c6a /app/models/outgoing_message.rb | |
parent | 1adf7197ec2894eb309994113b67fae5e7d5e903 (diff) |
Update the helpful model schema annotations
These are regenerated with "bundle exec annotate"
Diffstat (limited to 'app/models/outgoing_message.rb')
-rw-r--r-- | app/models/outgoing_message.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/outgoing_message.rb b/app/models/outgoing_message.rb index e2ee696c5..6efc1d2ba 100644 --- a/app/models/outgoing_message.rb +++ b/app/models/outgoing_message.rb @@ -12,6 +12,8 @@ # last_sent_at :datetime # incoming_message_followup_id :integer # what_doing :string(255) not null +# prominence :string(255) default("normal"), not null +# prominence_reason :text # # models/outgoing_message.rb: |