aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb@mysociety.org>2012-01-09 12:25:18 +0000
committerSeb Bacon <seb@mysociety.org>2012-01-09 12:25:18 +0000
commitea0b9a5d28b9d5fb94f141b100e185f8f1447453 (patch)
treea7bc52771702e824ef20d95ac967c13c9c2537a5 /app/models/info_request_event.rb
parentdff8433fcba0c5c1fdc040f705162f95162124e5 (diff)
parent4e61749bf5103ee5e7d1a6348273281f08d1a6f3 (diff)
Merge branch 'release/0.5' into develop
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb14
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
#