diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:30:48 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 11:30:48 +0000 |
commit | 22c2a8ce8c363e53e593128ec2e3f26aa8f259f1 (patch) | |
tree | eaf3ba72aa272b549b4d1544204e4c5eb3e09c55 /app/models/info_request_event.rb | |
parent | 57cc5eff8b5e3050e3d6a66f7167fc28af329163 (diff) | |
parent | 84190999aa57c5ea6e87f51adadde58d56b22682 (diff) |
Merge branch 'release/0.5' into wdtk
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 3514702da..8b7b9ebe4 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 95 +# Schema version: 108 # # Table name: info_request_events # @@ -8,12 +8,12 @@ # event_type :text not null # params_yaml :text not null # created_at :datetime not null -# described_state :string(255) -# calculated_state :string(255) -# last_described_at :datetime -# incoming_message_id :integer -# outgoing_message_id :integer -# comment_id :integer +# described_state :string(255) +# calculated_state :string(255) +# last_described_at :datetime +# incoming_message_id :integer +# outgoing_message_id :integer +# comment_id :integer # prominence :string(255) default("normal"), not null # |